Html Css Color HEX #10DAD0 Dark Turquoise

📋 copy color: '#10DAD0'

red 16 ◦ green 218 ◦ blue 208

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

Shades of Dark Turquoise #10DAD0

Tints of Dark Turquoise #10DAD0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.32%

 BLUE value IS 208 (81.64% from 255) = 47.06%

R = 3.62%
G = 49.32%
B = 47.06%

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

#10DAD0 (or 0x10DAD0) is known color: Dark Turquoise. HEX triplet: 10, DA and D0. RGB value is (16,218,208). Sum of RGB (Red+Green+Blue) = 16+218+208=442 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.62% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 208 (81.64% from 255 or 47.06% from 442); Max value from RGB is 218 - color contains mainly: green. Hex color #10DAD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DAD0 is #EF252F. Grayscale: #9C9C9C. Windows color (decimal): -15672624 or 13687312. OLE color: 13687312.

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

Color convert

RGB 16 218 208 -
CMYK 0.93 0 0.05 0.15
HSL 177.03º 0.86% 0.46% -
HSV(B) 177.03º 0.93% 0.85% -
XYZ 36.67 54.81 68.32 -
YUV 156.46 157.08 27.81 -
System Red Green Blue C M Y K H S L
Decimal 16 218 208 0.93 0 0.05 0.15 177.03 0.86 0.46
Hex 10 DA D0 5D 0 5 F B1 56 2E
Octal 20 332 320 135 0 5 17 261 126 56
Binary 10000 11011010 11010000 1011101 0 101 1111 10110001 1010110 101110

Color Harmonies of #10DAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DAD0

Black with #10DAD0

Text Example


Text Example

White with #10DAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,218,208); }

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

background-color css

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

 a { background-color: rgb(16,218,208); }

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

border-color css

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

 span { border-color: rgb(16,218,208); }

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