#06E9BA

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

Shades of Bright Turquoise #06E9BA

Tints of Bright Turquoise #06E9BA

Color information

#06E9BA (or 0x06E9BA) is unknown color: approx Bright Turquoise. HEX triplet: 06, E9 and BA. RGB value is (6,233,186). Sum of RGB (Red+Green+Blue) = 6+233+186=425 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.41% from 425); Green value is 233 (91.41% from 255 or 54.82% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 233 - color contains mainly: green. Hex color #06E9BA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06E9BA is #F91645. Grayscale: #9F9F9F. Windows color (decimal): -16324166 or 12249350. OLE color: 12249350.

HSL color Cylindrical-coordinate representation of color #06E9BA: hue angle of 167.58º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E9BA is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB6233186-
CMYK0.9700.200.09
HSL167.58º94.98%46.86%-
HSV(B)167.58º97.42%91.37%-
XYZ38.0861.8656.39-
YUV159.77142.7918.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.41%
GREEN value IS 233 (91.41% from 255) = 54.82%
BLUE value IS 186 (73.05% from 255) = 43.76%
R=1.41%
G=54.82%
B=43.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal62331860.9700.200.09167.5894.9846.86
Hex6E9BA610149a85f2f
Octal63512721410241125013757
Binary110111010011011101011000010101001001101010001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06E9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,233,186); }

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

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

 a { background-color: rgb(6,233,186); }

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

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

 span { border-color: rgb(6,233,186); }

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