Html Css Color HEX #06DEEC Bright Turquoise

📋 copy color: '#06DEEC'

red 6 ◦ green 222 ◦ blue 236

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

Shades of Bright Turquoise #06DEEC

Tints of Bright Turquoise #06DEEC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.84%

 BLUE value IS 236 (92.58% from 255) = 50.86%

R = 1.29%
G = 47.84%
B = 50.86%

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#06DEEC (or 0x06DEEC) is known color: Bright Turquoise. HEX triplet: 06, DE and EC. RGB value is (6,222,236). Sum of RGB (Red+Green+Blue) = 6+222+236=464 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.29% from 464); Green value is 222 (87.11% from 255 or 47.84% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #06DEEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06DEEC is #F92113. Grayscale: #9E9E9E. Windows color (decimal): -16326932 or 15523334. OLE color: 15523334.

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

Color convert

RGB 6 222 236 -
CMYK 0.97 0.06 0 0.07
HSL 183.65º 0.95% 0.47% -
HSV(B) 183.65º 0.97% 0.93% -
XYZ 41.34 58.34 88.44 -
YUV 159.01 171.44 18.86 -
System Red Green Blue C M Y K H S L
Decimal 6 222 236 0.97 0.06 0 0.07 183.65 0.95 0.47
Hex 6 DE EC 61 6 0 7 B8 5F 2F
Octal 6 336 354 141 6 0 7 270 137 57
Binary 110 11011110 11101100 1100001 110 0 111 10111000 1011111 101111

Color Harmonies of #06DEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DEEC

Black with #06DEEC

Text Example


Text Example

White with #06DEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,222,236); }

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

background-color css

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

 a { background-color: rgb(6,222,236); }

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

border-color css

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

 span { border-color: rgb(6,222,236); }

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