Html Css Color HEX #10C7DE Dark Turquoise

📋 copy color: '#10C7DE'

red 16 ◦ green 199 ◦ blue 222

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

Shades of Dark Turquoise #10C7DE

Tints of Dark Turquoise #10C7DE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.54%

 BLUE value IS 222 (87.11% from 255) = 50.8%

R = 3.66%
G = 45.54%
B = 50.8%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#10C7DE (or 0x10C7DE) is known color: Dark Turquoise. HEX triplet: 10, C7 and DE. RGB value is (16,199,222). Sum of RGB (Red+Green+Blue) = 16+199+222=437 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.66% from 437); Green value is 199 (78.12% from 255 or 45.54% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #10C7DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C7DE is #EF3821. Grayscale: #929292. Windows color (decimal): -15677474 or 14599952. OLE color: 14599952.

HSL color Cylindrical-coordinate representation of color #10C7DE: hue angle of 186.7º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10C7DE is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 199 222 -
CMYK 0.93 0.10 0 0.13
HSL 186.7º 0.87% 0.47% -
HSV(B) 186.7º 0.93% 0.87% -
XYZ 33.82 46.23 76.25 -
YUV 146.91 170.37 34.63 -
System Red Green Blue C M Y K H S L
Decimal 16 199 222 0.93 0.10 0 0.13 186.7 0.87 0.47
Hex 10 C7 DE 5D A 0 D BB 57 2F
Octal 20 307 336 135 12 0 15 273 127 57
Binary 10000 11000111 11011110 1011101 1010 0 1101 10111011 1010111 101111

Color Harmonies of #10C7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C7DE

Black with #10C7DE

Text Example


Text Example

White with #10C7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,199,222); }

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

background-color css

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

 a { background-color: rgb(16,199,222); }

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

border-color css

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

 span { border-color: rgb(16,199,222); }

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