Html Css Color HEX #08CDDD Dark Turquoise

📋 copy color: '#08CDDD'

red 8 ◦ green 205 ◦ blue 221

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

Shades of Dark Turquoise #08CDDD

Tints of Dark Turquoise #08CDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 1.84%
G = 47.24%
B = 50.92%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#08CDDD (or 0x08CDDD) is known color: Dark Turquoise. HEX triplet: 08, CD and DD. RGB value is (8,205,221). Sum of RGB (Red+Green+Blue) = 8+205+221=434 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.84% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #08CDDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08CDDD is #F73222. Grayscale: #939393. Windows color (decimal): -16200227 or 14535944. OLE color: 14535944.

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

Color convert

RGB 8 205 221 -
CMYK 0.96 0.07 0 0.13
HSL 184.51º 0.93% 0.45% -
HSV(B) 184.51º 0.96% 0.87% -
XYZ 34.98 48.93 76.01 -
YUV 147.92 169.23 28.2 -
System Red Green Blue C M Y K H S L
Decimal 8 205 221 0.96 0.07 0 0.13 184.51 0.93 0.45
Hex 8 CD DD 60 7 0 D B9 5D 2D
Octal 10 315 335 140 7 0 15 271 135 55
Binary 1000 11001101 11011101 1100000 111 0 1101 10111001 1011101 101101

Color Harmonies of #08CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CDDD

Black with #08CDDD

Text Example


Text Example

White with #08CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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