Html Css Color HEX #10D7D8 Dark Turquoise

📋 copy color: '#10D7D8'

red 16 ◦ green 215 ◦ blue 216

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

Shades of Dark Turquoise #10D7D8

Tints of Dark Turquoise #10D7D8

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.1%

 BLUE value IS 216 (84.77% from 255) = 48.32%

R = 3.58%
G = 48.1%
B = 48.32%

CMYK

 C value IS 0.93

 M value IS 0.00

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#10D7D8 (or 0x10D7D8) is known color: Dark Turquoise. HEX triplet: 10, D7 and D8. RGB value is (16,215,216). Sum of RGB (Red+Green+Blue) = 16+215+216=447 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.58% from 447); Green value is 215 (84.38% from 255 or 48.10% from 447); Blue value is 216 (84.77% from 255 or 48.32% from 447); Max value from RGB is 216 - color contains mainly: blue. Hex color #10D7D8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D7D8 is #EF2827. Grayscale: #9B9B9B. Windows color (decimal): -15673384 or 14210832. OLE color: 14210832.

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

Color convert

RGB 16 215 216 -
CMYK 0.93 0.00 0 0.15
HSL 180.3º 0.86% 0.45% -
HSV(B) 180.3º 0.93% 0.85% -
XYZ 36.91 53.67 73.38 -
YUV 155.61 162.07 28.42 -
System Red Green Blue C M Y K H S L
Decimal 16 215 216 0.93 0.00 0 0.15 180.3 0.86 0.45
Hex 10 D7 D8 5D 0 0 F B4 56 2D
Octal 20 327 330 135 0 0 17 264 126 55
Binary 10000 11010111 11011000 1011101 0 0 1111 10110100 1010110 101101

Color Harmonies of #10D7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D7D8

Black with #10D7D8

Text Example


Text Example

White with #10D7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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