Html Css Color HEX #10C0DE Dark Turquoise

📋 copy color: '#10C0DE'

red 16 ◦ green 192 ◦ blue 222

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

Shades of Dark Turquoise #10C0DE

Tints of Dark Turquoise #10C0DE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.65%

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

R = 3.72%
G = 44.65%
B = 51.63%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#10C0DE (or 0x10C0DE) is known color: Dark Turquoise. HEX triplet: 10, C0 and DE. RGB value is (16,192,222). Sum of RGB (Red+Green+Blue) = 16+192+222=430 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.72% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #10C0DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C0DE is #EF3F21. Grayscale: #8E8E8E. Windows color (decimal): -15679266 or 14598160. OLE color: 14598160.

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

Color convert

RGB 16 192 222 -
CMYK 0.93 0.14 0 0.13
HSL 188.74º 0.87% 0.47% -
HSV(B) 188.74º 0.93% 0.87% -
XYZ 32.25 43.08 75.72 -
YUV 142.8 172.69 37.56 -
System Red Green Blue C M Y K H S L
Decimal 16 192 222 0.93 0.14 0 0.13 188.74 0.87 0.47
Hex 10 C0 DE 5D E 0 D BD 57 2F
Octal 20 300 336 135 16 0 15 275 127 57
Binary 10000 11000000 11011110 1011101 1110 0 1101 10111101 1010111 101111

Color Harmonies of #10C0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C0DE

Black with #10C0DE

Text Example


Text Example

White with #10C0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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