#10C8DB

Color #10C8DB Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #10C8DB

Tints of Dark Turquoise #10C8DB

Color information

#10C8DB (or 0x10C8DB) is unknown color: approx Dark Turquoise. HEX triplet: 10, C8 and DB. RGB value is (16,200,219). Sum of RGB (Red+Green+Blue) = 16+200+219=435 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.68% from 435); Green value is 200 (78.52% from 255 or 45.98% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #10C8DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C8DB is #EF3724. Grayscale: #929292. Windows color (decimal): -15677221 or 14403600. OLE color: 14403600.

HSL color Cylindrical-coordinate representation of color #10C8DB: hue angle of 185.62º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10C8DB is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16200219-
CMYK0.930.0900.14
HSL185.62º86.38%46.08%-
HSV(B)185.62º92.69%85.88%-
XYZ33.6546.5374.23-
YUV147.15168.5434.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.68%
GREEN value IS 200 (78.52% from 255) = 45.98%
BLUE value IS 219 (85.94% from 255) = 50.34%
R=3.68%
G=45.98%
B=50.34%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal162002190.930.0900.14185.6286.3846.08
Hex10C8DB5D90Eba562e
Octal203103331351101627212656
Binary1000011001000110110111011101100101110101110101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #10C8DB;
 }
 .AnyTagClassName
 {
   color: #10C8DB;
 }
</style>
background-color css

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

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

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

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

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

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