Html Css Color HEX #10D3DB Dark Turquoise

📋 copy color: '#10D3DB'

red 16 ◦ green 211 ◦ blue 219

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

Shades of Dark Turquoise #10D3DB

Tints of Dark Turquoise #10D3DB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.31%

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

R = 3.59%
G = 47.31%
B = 49.1%

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

#10D3DB (or 0x10D3DB) is known color: Dark Turquoise. HEX triplet: 10, D3 and DB. RGB value is (16,211,219). Sum of RGB (Red+Green+Blue) = 16+211+219=446 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.59% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #10D3DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D3DB is #EF2C24. Grayscale: #999999. Windows color (decimal): -15674405 or 14406416. OLE color: 14406416.

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

Color convert

RGB 16 211 219 -
CMYK 0.93 0.04 0 0.14
HSL 182.36º 0.86% 0.46% -
HSV(B) 182.36º 0.93% 0.86% -
XYZ 36.29 51.81 75.11 -
YUV 153.61 164.9 29.85 -
System Red Green Blue C M Y K H S L
Decimal 16 211 219 0.93 0.04 0 0.14 182.36 0.86 0.46
Hex 10 D3 DB 5D 4 0 E B6 56 2E
Octal 20 323 333 135 4 0 16 266 126 56
Binary 10000 11010011 11011011 1011101 100 0 1110 10110110 1010110 101110

Color Harmonies of #10D3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D3DB

Black with #10D3DB

Text Example


Text Example

White with #10D3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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