Html Css Color HEX #06E9C0 Bright Turquoise

📋 copy color: '#06E9C0'

red 6 ◦ green 233 ◦ blue 192

#06E9C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #06E9C0

Tints of Bright Turquoise #06E9C0

RGB

 RED value IS 6 (2.73% from 255) = 1.39%

 GREEN value IS 233 (91.41% from 255) = 54.06%

 BLUE value IS 192 (75.39% from 255) = 44.55%

R = 1.39%
G = 54.06%
B = 44.55%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#06E9C0 (or 0x06E9C0) is known color: Bright Turquoise. HEX triplet: 06, E9 and C0. RGB value is (6,233,192). Sum of RGB (Red+Green+Blue) = 6+233+192=431 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.39% from 431); Green value is 233 (91.41% from 255 or 54.06% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 233 - color contains mainly: green. Hex color #06E9C0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06E9C0 is #F9163F. Grayscale: #A0A0A0. Windows color (decimal): -16324160 or 12642566. OLE color: 12642566.

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

Color convert

RGB 6 233 192 -
CMYK 0.97 0 0.18 0.09
HSL 169.16º 0.95% 0.47% -
HSV(B) 169.16º 0.97% 0.91% -
XYZ 38.73 62.12 59.82 -
YUV 160.45 145.79 17.83 -
System Red Green Blue C M Y K H S L
Decimal 6 233 192 0.97 0 0.18 0.09 169.16 0.95 0.47
Hex 6 E9 C0 61 0 12 9 A9 5F 2F
Octal 6 351 300 141 0 22 11 251 137 57
Binary 110 11101001 11000000 1100001 0 10010 1001 10101001 1011111 101111

Color Harmonies of #06E9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06E9C0

Black with #06E9C0

Text Example


Text Example

White with #06E9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06E9C0;
 }
 .AnyTagClassName
 {
   color: #06E9C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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