Html Css Color HEX #10C8D8 Dark Turquoise

📋 copy color: '#10C8D8'

red 16 ◦ green 200 ◦ blue 216

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

Shades of Dark Turquoise #10C8D8

Tints of Dark Turquoise #10C8D8

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.3%

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

R = 3.7%
G = 46.3%
B = 50%

CMYK

 C value IS 0.93

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#10C8D8 (or 0x10C8D8) is known color: Dark Turquoise. HEX triplet: 10, C8 and D8. RGB value is (16,200,216). Sum of RGB (Red+Green+Blue) = 16+200+216=432 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.70% from 432); Green value is 200 (78.52% from 255 or 46.30% from 432); Blue value is 216 (84.77% from 255 or 50% from 432); Max value from RGB is 216 - color contains mainly: blue. Hex color #10C8D8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C8D8 is #EF3727. Grayscale: #929292. Windows color (decimal): -15677224 or 14206992. OLE color: 14206992.

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

Color convert

RGB 16 200 216 -
CMYK 0.93 0.07 0 0.15
HSL 184.8º 0.86% 0.45% -
HSV(B) 184.8º 0.93% 0.85% -
XYZ 33.26 46.38 72.16 -
YUV 146.81 167.04 34.7 -
System Red Green Blue C M Y K H S L
Decimal 16 200 216 0.93 0.07 0 0.15 184.8 0.86 0.45
Hex 10 C8 D8 5D 7 0 F B9 56 2D
Octal 20 310 330 135 7 0 17 271 126 55
Binary 10000 11001000 11011000 1011101 111 0 1111 10111001 1010110 101101

Color Harmonies of #10C8D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C8D8

Black with #10C8D8

Text Example


Text Example

White with #10C8D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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