Html Css Color HEX #08CDDF Dark Turquoise

📋 copy color: '#08CDDF'

red 8 ◦ green 205 ◦ blue 223

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

Shades of Dark Turquoise #08CDDF

Tints of Dark Turquoise #08CDDF

RGB

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

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

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

R = 1.83%
G = 47.02%
B = 51.15%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#08CDDF (or 0x08CDDF) is known color: Dark Turquoise. HEX triplet: 08, CD and DF. RGB value is (8,205,223). Sum of RGB (Red+Green+Blue) = 8+205+223=436 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.83% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #08CDDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08CDDF is #F73220. Grayscale: #939393. Windows color (decimal): -16200225 or 14667016. OLE color: 14667016.

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

Color convert

RGB 8 205 223 -
CMYK 0.96 0.08 0 0.13
HSL 185.02º 0.93% 0.45% -
HSV(B) 185.02º 0.96% 0.87% -
XYZ 35.25 49.04 77.42 -
YUV 148.15 170.23 28.04 -
System Red Green Blue C M Y K H S L
Decimal 8 205 223 0.96 0.08 0 0.13 185.02 0.93 0.45
Hex 8 CD DF 60 8 0 D B9 5D 2D
Octal 10 315 337 140 10 0 15 271 135 55
Binary 1000 11001101 11011111 1100000 1000 0 1101 10111001 1011101 101101

Color Harmonies of #08CDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CDDF

Black with #08CDDF

Text Example


Text Example

White with #08CDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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