Html Css Color HEX #08CCDA Dark Turquoise

📋 copy color: '#08CCDA'

red 8 ◦ green 204 ◦ blue 218

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

Shades of Dark Turquoise #08CCDA

Tints of Dark Turquoise #08CCDA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.44%

 BLUE value IS 218 (85.55% from 255) = 50.7%

R = 1.86%
G = 47.44%
B = 50.7%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#08CCDA (or 0x08CCDA) is known color: Dark Turquoise. HEX triplet: 08, CC and DA. RGB value is (8,204,218). Sum of RGB (Red+Green+Blue) = 8+204+218=430 (56% of max value = 765). Red value is 8 (3.52% from 255 or 1.86% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #08CCDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08CCDA is #F73325. Grayscale: #929292. Windows color (decimal): -16200486 or 14339080. OLE color: 14339080.

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

Color convert

RGB 8 204 218 -
CMYK 0.96 0.06 0 0.15
HSL 184º 0.93% 0.44% -
HSV(B) 184º 0.96% 0.85% -
XYZ 34.35 48.3 73.84 -
YUV 146.99 168.07 28.86 -
System Red Green Blue C M Y K H S L
Decimal 8 204 218 0.96 0.06 0 0.15 184 0.93 0.44
Hex 8 CC DA 60 6 0 F B8 5D 2C
Octal 10 314 332 140 6 0 17 270 135 54
Binary 1000 11001100 11011010 1100000 110 0 1111 10111000 1011101 101100

Color Harmonies of #08CCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CCDA

Black with #08CCDA

Text Example


Text Example

White with #08CCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,204,218); }

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

background-color css

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

 a { background-color: rgb(8,204,218); }

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

border-color css

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

 span { border-color: rgb(8,204,218); }

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