Html Css Color HEX #08CBE0 Dark Turquoise

📋 copy color: '#08CBE0'

red 8 ◦ green 203 ◦ blue 224

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

Shades of Dark Turquoise #08CBE0

Tints of Dark Turquoise #08CBE0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.67%

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

R = 1.84%
G = 46.67%
B = 51.49%

CMYK

 C value IS 0.96

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#08CBE0 (or 0x08CBE0) is known color: Dark Turquoise. HEX triplet: 08, CB and E0. RGB value is (8,203,224). Sum of RGB (Red+Green+Blue) = 8+203+224=435 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.84% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 224 (87.89% from 255 or 51.49% from 435); Max value from RGB is 224 - color contains mainly: blue. Hex color #08CBE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08CBE0 is #F7341F. Grayscale: #929292. Windows color (decimal): -16200736 or 14732040. OLE color: 14732040.

HSL color Cylindrical-coordinate representation of color #08CBE0: hue angle of 185.83º 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 #08CBE0 is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 8 203 224 -
CMYK 0.96 0.09 0 0.12
HSL 185.83º 0.93% 0.45% -
HSV(B) 185.83º 0.96% 0.88% -
XYZ 34.91 48.15 77.97 -
YUV 147.09 171.4 28.79 -
System Red Green Blue C M Y K H S L
Decimal 8 203 224 0.96 0.09 0 0.12 185.83 0.93 0.45
Hex 8 CB E0 60 9 0 C BA 5D 2D
Octal 10 313 340 140 11 0 14 272 135 55
Binary 1000 11001011 11100000 1100000 1001 0 1100 10111010 1011101 101101

Color Harmonies of #08CBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CBE0

Black with #08CBE0

Text Example


Text Example

White with #08CBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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