Html Css Color HEX #10D2DB Dark Turquoise

📋 copy color: '#10D2DB'

red 16 ◦ green 210 ◦ blue 219

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

Shades of Dark Turquoise #10D2DB

Tints of Dark Turquoise #10D2DB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.19%

 BLUE value IS 219 (85.94% from 255) = 49.21%

R = 3.6%
G = 47.19%
B = 49.21%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#10D2DB (or 0x10D2DB) is known color: Dark Turquoise. HEX triplet: 10, D2 and DB. RGB value is (16,210,219). Sum of RGB (Red+Green+Blue) = 16+210+219=445 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.60% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #10D2DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D2DB is #EF2D24. Grayscale: #989898. Windows color (decimal): -15674661 or 14406160. OLE color: 14406160.

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

Color convert

RGB 16 210 219 -
CMYK 0.93 0.04 0 0.14
HSL 182.66º 0.86% 0.46% -
HSV(B) 182.66º 0.93% 0.86% -
XYZ 36.05 51.32 75.02 -
YUV 153.02 165.23 30.27 -
System Red Green Blue C M Y K H S L
Decimal 16 210 219 0.93 0.04 0 0.14 182.66 0.86 0.46
Hex 10 D2 DB 5D 4 0 E B7 56 2E
Octal 20 322 333 135 4 0 16 267 126 56
Binary 10000 11010010 11011011 1011101 100 0 1110 10110111 1010110 101110

Color Harmonies of #10D2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D2DB

Black with #10D2DB

Text Example


Text Example

White with #10D2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,210,219); }

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

background-color css

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

 a { background-color: rgb(16,210,219); }

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

border-color css

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

 span { border-color: rgb(16,210,219); }

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