Html Css Color HEX #10D9CD Dark Turquoise

📋 copy color: '#10D9CD'

red 16 ◦ green 217 ◦ blue 205

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

Shades of Dark Turquoise #10D9CD

Tints of Dark Turquoise #10D9CD

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.54%

 BLUE value IS 205 (80.47% from 255) = 46.8%

R = 3.65%
G = 49.54%
B = 46.8%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#10D9CD (or 0x10D9CD) is known color: Dark Turquoise. HEX triplet: 10, D9 and CD. RGB value is (16,217,205). Sum of RGB (Red+Green+Blue) = 16+217+205=438 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.65% from 438); Green value is 217 (85.16% from 255 or 49.54% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 217 - color contains mainly: green. Hex color #10D9CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D9CD is #EF2632. Grayscale: #9B9B9B. Windows color (decimal): -15672883 or 13490448. OLE color: 13490448.

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

Color convert

RGB 16 217 205 -
CMYK 0.93 0 0.06 0.15
HSL 176.42º 0.86% 0.46% -
HSV(B) 176.42º 0.93% 0.85% -
XYZ 36.05 54.14 66.31 -
YUV 155.53 155.91 28.48 -
System Red Green Blue C M Y K H S L
Decimal 16 217 205 0.93 0 0.06 0.15 176.42 0.86 0.46
Hex 10 D9 CD 5D 0 6 F B0 56 2E
Octal 20 331 315 135 0 6 17 260 126 56
Binary 10000 11011001 11001101 1011101 0 110 1111 10110000 1010110 101110

Color Harmonies of #10D9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D9CD

Black with #10D9CD

Text Example


Text Example

White with #10D9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,217,205); }

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

background-color css

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

 a { background-color: rgb(16,217,205); }

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

border-color css

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

 span { border-color: rgb(16,217,205); }

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