Html Css Color HEX #10D5CF Dark Turquoise

📋 copy color: '#10D5CF'

red 16 ◦ green 213 ◦ blue 207

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

Shades of Dark Turquoise #10D5CF

Tints of Dark Turquoise #10D5CF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.85%

 BLUE value IS 207 (81.25% from 255) = 47.48%

R = 3.67%
G = 48.85%
B = 47.48%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#10D5CF (or 0x10D5CF) is known color: Dark Turquoise. HEX triplet: 10, D5 and CF. RGB value is (16,213,207). Sum of RGB (Red+Green+Blue) = 16+213+207=436 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.67% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 213 - color contains mainly: green. Hex color #10D5CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D5CF is #EF2A30. Grayscale: #999999. Windows color (decimal): -15673905 or 13620496. OLE color: 13620496.

HSL color Cylindrical-coordinate representation of color #10D5CF: hue angle of 178.17º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D5CF is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 16 213 207 -
CMYK 0.92 0 0.03 0.16
HSL 178.17º 0.86% 0.45% -
HSV(B) 178.17º 0.92% 0.84% -
XYZ 35.27 52.2 67.25 -
YUV 153.41 158.23 29.99 -
System Red Green Blue C M Y K H S L
Decimal 16 213 207 0.92 0 0.03 0.16 178.17 0.86 0.45
Hex 10 D5 CF 5C 0 3 10 B2 56 2D
Octal 20 325 317 134 0 3 20 262 126 55
Binary 10000 11010101 11001111 1011100 0 11 10000 10110010 1010110 101101

Color Harmonies of #10D5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D5CF

Black with #10D5CF

Text Example


Text Example

White with #10D5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,213,207); }

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

background-color css

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

 a { background-color: rgb(16,213,207); }

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

border-color css

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

 span { border-color: rgb(16,213,207); }

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