Html Css Color HEX #08CDD7 Dark Turquoise

📋 copy color: '#08CDD7'

red 8 ◦ green 205 ◦ blue 215

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

Shades of Dark Turquoise #08CDD7

Tints of Dark Turquoise #08CDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50.23%

R = 1.87%
G = 47.9%
B = 50.23%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#08CDD7 (or 0x08CDD7) is known color: Dark Turquoise. HEX triplet: 08, CD and D7. RGB value is (8,205,215). Sum of RGB (Red+Green+Blue) = 8+205+215=428 (56% of max value = 765). Red value is 8 (3.52% from 255 or 1.87% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 215 (84.38% from 255 or 50.23% from 428); Max value from RGB is 215 - color contains mainly: blue. Hex color #08CDD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08CDD7 is #F73228. Grayscale: #939393. Windows color (decimal): -16200233 or 14142728. OLE color: 14142728.

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

Color convert

RGB 8 205 215 -
CMYK 0.96 0.05 0 0.16
HSL 182.9º 0.93% 0.44% -
HSV(B) 182.9º 0.96% 0.84% -
XYZ 34.2 48.62 71.87 -
YUV 147.24 166.23 28.69 -
System Red Green Blue C M Y K H S L
Decimal 8 205 215 0.96 0.05 0 0.16 182.9 0.93 0.44
Hex 8 CD D7 60 5 0 10 B7 5D 2C
Octal 10 315 327 140 5 0 20 267 135 54
Binary 1000 11001101 11010111 1100000 101 0 10000 10110111 1011101 101100

Color Harmonies of #08CDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CDD7

Black with #08CDD7

Text Example


Text Example

White with #08CDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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