Html Css Color HEX #10C8DC Dark Turquoise

📋 copy color: '#10C8DC'

red 16 ◦ green 200 ◦ blue 220

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

Shades of Dark Turquoise #10C8DC

Tints of Dark Turquoise #10C8DC

RGB

 RED value IS 16 (6.64% from 255) = 3.67%

 GREEN value IS 200 (78.52% from 255) = 45.87%

 BLUE value IS 220 (86.33% from 255) = 50.46%

R = 3.67%
G = 45.87%
B = 50.46%

CMYK

 C value IS 0.93

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#10C8DC (or 0x10C8DC) is known color: Dark Turquoise. HEX triplet: 10, C8 and DC. RGB value is (16,200,220). Sum of RGB (Red+Green+Blue) = 16+200+220=436 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.67% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #10C8DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C8DC is #EF3723. Grayscale: #939393. Windows color (decimal): -15677220 or 14469136. OLE color: 14469136.

HSL color Cylindrical-coordinate representation of color #10C8DC: hue angle of 185.88º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10C8DC is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 200 220 -
CMYK 0.93 0.09 0 0.14
HSL 185.88º 0.86% 0.46% -
HSV(B) 185.88º 0.93% 0.86% -
XYZ 33.79 46.59 74.92 -
YUV 147.26 169.04 34.37 -
System Red Green Blue C M Y K H S L
Decimal 16 200 220 0.93 0.09 0 0.14 185.88 0.86 0.46
Hex 10 C8 DC 5D 9 0 E BA 56 2E
Octal 20 310 334 135 11 0 16 272 126 56
Binary 10000 11001000 11011100 1011101 1001 0 1110 10111010 1010110 101110

Color Harmonies of #10C8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C8DC

Black with #10C8DC

Text Example


Text Example

White with #10C8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10C8DC; }

 p { color: rgb(16,200,220); }

 H1.HeaderClassName
 {
   color: #10C8DC;
 }
 .AnyTagClassName
 {
   color: #10C8DC;
 }
</style>

background-color css

<style>
 a { background-color: #10C8DC; }

 a { background-color: rgb(16,200,220); }

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

border-color css

<style>
 span { border-color: #10C8DC; }

 span { border-color: rgb(16,200,220); }

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