#17C3DB

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

Shades of Dark Turquoise #17C3DB

Tints of Dark Turquoise #17C3DB

Color information

#17C3DB (or 0x17C3DB) is unknown color: approx Dark Turquoise. HEX triplet: 17, C3 and DB. RGB value is (23,195,219). Sum of RGB (Red+Green+Blue) = 23+195+219=437 (57% of max value = 765). Red value is 23 (9.38% from 255 or 5.26% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #17C3DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17C3DB is #E83C24. Grayscale: #929292. Windows color (decimal): -15219749 or 14402327. OLE color: 14402327.

HSL color Cylindrical-coordinate representation of color #17C3DB: hue angle of 187.35º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17C3DB is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB23195219-
CMYK0.890.1100.14
HSL187.35º80.99%47.45%-
HSV(B)187.35º89.5%85.88%-
XYZ32.6544.3373.85-
YUV146.31169.0240.05-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 5.26%
GREEN value IS 195 (76.56% from 255) = 44.62%
BLUE value IS 219 (85.94% from 255) = 50.11%
R=5.26%
G=44.62%
B=50.11%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal231952190.890.1100.14187.3580.9947.45
Hex17C3DB59B0Ebb512f
Octal273033331311301627312157
Binary1011111000011110110111011001101101110101110111010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17C3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17C3DB; }

 p { color: rgb(23,195,219); }

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

<style>
 a { background-color: #17C3DB; }

 a { background-color: rgb(23,195,219); }

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

<style>
 span { border-color: #17C3DB; }

 span { border-color: rgb(23,195,219); }

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