Html Css Color HEX #08CED7 Dark Turquoise

📋 copy color: '#08CED7'

red 8 ◦ green 206 ◦ blue 215

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

Shades of Dark Turquoise #08CED7

Tints of Dark Turquoise #08CED7

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.02%

 BLUE value IS 215 (84.38% from 255) = 50.12%

R = 1.86%
G = 48.02%
B = 50.12%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#08CED7 (or 0x08CED7) is known color: Dark Turquoise. HEX triplet: 08, CE and D7. RGB value is (8,206,215). Sum of RGB (Red+Green+Blue) = 8+206+215=429 (56% of max value = 765). Red value is 8 (3.52% from 255 or 1.86% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 215 (84.38% from 255 or 50.12% from 429); Max value from RGB is 215 - color contains mainly: blue. Hex color #08CED7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08CED7 is #F73128. Grayscale: #939393. Windows color (decimal): -16199977 or 14142984. OLE color: 14142984.

HSL color Cylindrical-coordinate representation of color #08CED7: hue angle of 182.61º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CED7 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 8 206 215 -
CMYK 0.96 0.04 0 0.16
HSL 182.61º 0.93% 0.44% -
HSV(B) 182.61º 0.96% 0.84% -
XYZ 34.44 49.1 71.95 -
YUV 147.82 165.9 28.27 -
System Red Green Blue C M Y K H S L
Decimal 8 206 215 0.96 0.04 0 0.16 182.61 0.93 0.44
Hex 8 CE D7 60 4 0 10 B7 5D 2C
Octal 10 316 327 140 4 0 20 267 135 54
Binary 1000 11001110 11010111 1100000 100 0 10000 10110111 1011101 101100

Color Harmonies of #08CED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CED7

Black with #08CED7

Text Example


Text Example

White with #08CED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,206,215); }

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

background-color css

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

 a { background-color: rgb(8,206,215); }

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

border-color css

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

 span { border-color: rgb(8,206,215); }

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