Html Css Color HEX #10D8CD Dark Turquoise

📋 copy color: '#10D8CD'

red 16 ◦ green 216 ◦ blue 205

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

Shades of Dark Turquoise #10D8CD

Tints of Dark Turquoise #10D8CD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.43%

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

R = 3.66%
G = 49.43%
B = 46.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#10D8CD (or 0x10D8CD) is known color: Dark Turquoise. HEX triplet: 10, D8 and CD. RGB value is (16,216,205). Sum of RGB (Red+Green+Blue) = 16+216+205=437 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.66% from 437); Green value is 216 (84.77% from 255 or 49.43% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 216 - color contains mainly: green. Hex color #10D8CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D8CD is #EF2732. Grayscale: #9A9A9A. Windows color (decimal): -15673139 or 13490192. OLE color: 13490192.

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

Color convert

RGB 16 216 205 -
CMYK 0.93 0 0.05 0.15
HSL 176.7º 0.86% 0.45% -
HSV(B) 176.7º 0.93% 0.85% -
XYZ 35.79 53.63 66.22 -
YUV 154.95 156.24 28.89 -
System Red Green Blue C M Y K H S L
Decimal 16 216 205 0.93 0 0.05 0.15 176.7 0.86 0.45
Hex 10 D8 CD 5D 0 5 F B1 56 2D
Octal 20 330 315 135 0 5 17 261 126 55
Binary 10000 11011000 11001101 1011101 0 101 1111 10110001 1010110 101101

Color Harmonies of #10D8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D8CD

Black with #10D8CD

Text Example


Text Example

White with #10D8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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