Html Css Color HEX #08C5DF Dark Turquoise

📋 copy color: '#08C5DF'

red 8 ◦ green 197 ◦ blue 223

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

Shades of Dark Turquoise #08C5DF

Tints of Dark Turquoise #08C5DF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.03%

 BLUE value IS 223 (87.5% from 255) = 52.1%

R = 1.87%
G = 46.03%
B = 52.1%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#08C5DF (or 0x08C5DF) is known color: Dark Turquoise. HEX triplet: 08, C5 and DF. RGB value is (8,197,223). Sum of RGB (Red+Green+Blue) = 8+197+223=428 (56% of max value = 765). Red value is 8 (3.52% from 255 or 1.87% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #08C5DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08C5DF is #F73A20. Grayscale: #8F8F8F. Windows color (decimal): -16202273 or 14664968. OLE color: 14664968.

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

Color convert

RGB 8 197 223 -
CMYK 0.96 0.12 0 0.13
HSL 187.26º 0.93% 0.45% -
HSV(B) 187.26º 0.96% 0.87% -
XYZ 33.39 45.31 76.8 -
YUV 143.45 172.88 31.39 -
System Red Green Blue C M Y K H S L
Decimal 8 197 223 0.96 0.12 0 0.13 187.26 0.93 0.45
Hex 8 C5 DF 60 C 0 D BB 5D 2D
Octal 10 305 337 140 14 0 15 273 135 55
Binary 1000 11000101 11011111 1100000 1100 0 1101 10111011 1011101 101101

Color Harmonies of #08C5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C5DF

Black with #08C5DF

Text Example


Text Example

White with #08C5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,197,223); }

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

background-color css

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

 a { background-color: rgb(8,197,223); }

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

border-color css

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

 span { border-color: rgb(8,197,223); }

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