#06E3F7

Color #06E3F7 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #06E3F7

Tints of Bright Turquoise #06E3F7

Color information

#06E3F7 (or 0x06E3F7) is unknown color: approx Bright Turquoise. HEX triplet: 06, E3 and F7. RGB value is (6,227,247). Sum of RGB (Red+Green+Blue) = 6+227+247=480 (63% of max value = 765). Red value is 6 (2.73% from 255 or 1.25% from 480); Green value is 227 (89.06% from 255 or 47.29% from 480); Blue value is 247 (96.88% from 255 or 51.46% from 480); Max value from RGB is 247 - color contains mainly: blue. Hex color #06E3F7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06E3F7 is #F91C08. Grayscale: #A2A2A2. Windows color (decimal): -16325641 or 16245510. OLE color: 16245510.

HSL color Cylindrical-coordinate representation of color #06E3F7: hue angle of 184.98º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06E3F7 is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB6227247-
CMYK0.980.0800.03
HSL184.98º95.26%49.61%-
HSV(B)184.98º97.57%96.86%-
XYZ44.3361.6997.57-
YUV163.2175.2815.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 1.25%
GREEN value IS 227 (89.06% from 255) = 47.29%
BLUE value IS 247 (96.88% from 255) = 51.46%
R=1.25%
G=47.29%
B=51.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal62272470.980.0800.03184.9895.2649.61
Hex6E3F762803b95f32
Octal6343367142100327113762
Binary110111000111111011111000101000011101110011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06E3F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06E3F7; }

 p { color: rgb(6,227,247); }

 H1.HeaderClassName
 {
   color: #06E3F7;
 }
 .AnyTagClassName
 {
   color: #06E3F7;
 }
</style>
background-color css

<style>
 a { background-color: #06E3F7; }

 a { background-color: rgb(6,227,247); }

 div.DivClassName
 {
   background-color: #06E3F7;
 }
 .BgClassName
 {
   background-color: #06E3F7;
 }
</style>
border-color css

<style>
 span { border-color: #06E3F7; }

 span { border-color: rgb(6,227,247); }

 td.TdClassName
 {
   border-color: #06E3F7;
 }
 .TagClassName
 {
   border-color: #06E3F7;
 }
</style>