Html Css Color HEX #08CDDB Dark Turquoise

📋 copy color: '#08CDDB'

red 8 ◦ green 205 ◦ blue 219

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

Shades of Dark Turquoise #08CDDB

Tints of Dark Turquoise #08CDDB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.45%

 BLUE value IS 219 (85.94% from 255) = 50.69%

R = 1.85%
G = 47.45%
B = 50.69%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#08CDDB (or 0x08CDDB) is known color: Dark Turquoise. HEX triplet: 08, CD and DB. RGB value is (8,205,219). Sum of RGB (Red+Green+Blue) = 8+205+219=432 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.85% from 432); Green value is 205 (80.47% from 255 or 47.45% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #08CDDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08CDDB is #F73224. Grayscale: #939393. Windows color (decimal): -16200229 or 14404872. OLE color: 14404872.

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

Color convert

RGB 8 205 219 -
CMYK 0.96 0.06 0 0.14
HSL 183.98º 0.93% 0.45% -
HSV(B) 183.98º 0.96% 0.86% -
XYZ 34.72 48.83 74.61 -
YUV 147.69 168.23 28.36 -
System Red Green Blue C M Y K H S L
Decimal 8 205 219 0.96 0.06 0 0.14 183.98 0.93 0.45
Hex 8 CD DB 60 6 0 E B8 5D 2D
Octal 10 315 333 140 6 0 16 270 135 55
Binary 1000 11001101 11011011 1100000 110 0 1110 10111000 1011101 101101

Color Harmonies of #08CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CDDB

Black with #08CDDB

Text Example


Text Example

White with #08CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,205,219); }

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

background-color css

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

 a { background-color: rgb(8,205,219); }

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

border-color css

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

 span { border-color: rgb(8,205,219); }

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