#06E2F7

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

Shades of Bright Turquoise #06E2F7

Tints of Bright Turquoise #06E2F7

Color information

#06E2F7 (or 0x06E2F7) is unknown color: approx Bright Turquoise. HEX triplet: 06, E2 and F7. RGB value is (6,226,247). Sum of RGB (Red+Green+Blue) = 6+226+247=479 (63% of max value = 765). Red value is 6 (2.73% from 255 or 1.25% from 479); Green value is 226 (88.67% from 255 or 47.18% from 479); Blue value is 247 (96.88% from 255 or 51.57% from 479); Max value from RGB is 247 - color contains mainly: blue. Hex color #06E2F7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06E2F7 is #F91D08. Grayscale: #A2A2A2. Windows color (decimal): -16325897 or 16245254. OLE color: 16245254.

HSL color Cylindrical-coordinate representation of color #06E2F7: hue angle of 185.23º 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 #06E2F7 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB6226247-
CMYK0.980.0900.03
HSL185.23º95.26%49.61%-
HSV(B)185.23º97.57%96.86%-
XYZ44.0661.1597.48-
YUV162.61175.6116.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.25%
GREEN value IS 226 (88.67% from 255) = 47.18%
BLUE value IS 247 (96.88% from 255) = 51.57%
R=1.25%
G=47.18%
B=51.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal62262470.980.0900.03185.2395.2649.61
Hex6E2F762903b95f32
Octal6342367142110327113762
Binary110111000101111011111000101001011101110011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06E2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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