Html Css Color HEX #10C9DC Dark Turquoise

📋 copy color: '#10C9DC'

red 16 ◦ green 201 ◦ blue 220

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

Shades of Dark Turquoise #10C9DC

Tints of Dark Turquoise #10C9DC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46%

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

R = 3.66%
G = 46%
B = 50.34%

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

#10C9DC (or 0x10C9DC) is known color: Dark Turquoise. HEX triplet: 10, C9 and DC. RGB value is (16,201,220). Sum of RGB (Red+Green+Blue) = 16+201+220=437 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.66% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #10C9DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C9DC is #EF3623. Grayscale: #939393. Windows color (decimal): -15676964 or 14469392. OLE color: 14469392.

HSL color Cylindrical-coordinate representation of color #10C9DC: hue angle of 185.59º 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 #10C9DC is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 201 220 -
CMYK 0.93 0.09 0 0.14
HSL 185.59º 0.86% 0.46% -
HSV(B) 185.59º 0.93% 0.86% -
XYZ 34.02 47.05 75 -
YUV 147.85 168.71 33.96 -
System Red Green Blue C M Y K H S L
Decimal 16 201 220 0.93 0.09 0 0.14 185.59 0.86 0.46
Hex 10 C9 DC 5D 9 0 E BA 56 2E
Octal 20 311 334 135 11 0 16 272 126 56
Binary 10000 11001001 11011100 1011101 1001 0 1110 10111010 1010110 101110

Color Harmonies of #10C9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C9DC

Black with #10C9DC

Text Example


Text Example

White with #10C9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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