Html Css Color HEX #08DEE0 Bright Turquoise

📋 copy color: '#08DEE0'

red 8 ◦ green 222 ◦ blue 224

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

Shades of Bright Turquoise #08DEE0

Tints of Bright Turquoise #08DEE0

RGB

 RED value IS 8 (3.52% from 255) = 1.76%

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

 BLUE value IS 224 (87.89% from 255) = 49.34%

R = 1.76%
G = 48.9%
B = 49.34%

CMYK

 C value IS 0.96

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#08DEE0 (or 0x08DEE0) is known color: Bright Turquoise. HEX triplet: 08, DE and E0. RGB value is (8,222,224). Sum of RGB (Red+Green+Blue) = 8+222+224=454 (60% of max value = 765). Red value is 8 (3.52% from 255 or 1.76% from 454); Green value is 222 (87.11% from 255 or 48.90% from 454); Blue value is 224 (87.89% from 255 or 49.34% from 454); Max value from RGB is 224 - color contains mainly: blue. Hex color #08DEE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08DEE0 is #F7211F. Grayscale: #9E9E9E. Windows color (decimal): -16195872 or 14736904. OLE color: 14736904.

HSL color Cylindrical-coordinate representation of color #08DEE0: hue angle of 180.56º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DEE0 is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 8 222 224 -
CMYK 0.96 0.01 0 0.12
HSL 180.56º 0.93% 0.45% -
HSV(B) 180.56º 0.96% 0.88% -
XYZ 39.68 57.68 79.56 -
YUV 158.24 165.1 20.84 -
System Red Green Blue C M Y K H S L
Decimal 8 222 224 0.96 0.01 0 0.12 180.56 0.93 0.45
Hex 8 DE E0 60 1 0 C B5 5D 2D
Octal 10 336 340 140 1 0 14 265 135 55
Binary 1000 11011110 11100000 1100000 1 0 1100 10110101 1011101 101101

Color Harmonies of #08DEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DEE0

Black with #08DEE0

Text Example


Text Example

White with #08DEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08DEE0; }

 p { color: rgb(8,222,224); }

 H1.HeaderClassName
 {
   color: #08DEE0;
 }
 .AnyTagClassName
 {
   color: #08DEE0;
 }
</style>

background-color css

<style>
 a { background-color: #08DEE0; }

 a { background-color: rgb(8,222,224); }

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

border-color css

<style>
 span { border-color: #08DEE0; }

 span { border-color: rgb(8,222,224); }

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