#17C4D2

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

Shades of Dark Turquoise #17C4D2

Tints of Dark Turquoise #17C4D2

Color information

#17C4D2 (or 0x17C4D2) is unknown color: approx Dark Turquoise. HEX triplet: 17, C4 and D2. RGB value is (23,196,210). Sum of RGB (Red+Green+Blue) = 23+196+210=429 (56% of max value = 765). Red value is 23 (9.38% from 255 or 5.36% from 429); Green value is 196 (76.95% from 255 or 45.69% from 429); Blue value is 210 (82.42% from 255 or 48.95% from 429); Max value from RGB is 210 - color contains mainly: blue. Hex color #17C4D2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17C4D2 is #E83B2D. Grayscale: #919191. Windows color (decimal): -15219502 or 13812759. OLE color: 13812759.

HSL color Cylindrical-coordinate representation of color #17C4D2: hue angle of 184.49º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17C4D2 is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB23196210-
CMYK0.890.0700.18
HSL184.49º80.26%45.69%-
HSV(B)184.49º89.05%82.35%-
XYZ31.7344.3267.85-
YUV145.87164.1940.36-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 5.36%
GREEN value IS 196 (76.95% from 255) = 45.69%
BLUE value IS 210 (82.42% from 255) = 48.95%
R=5.36%
G=45.69%
B=48.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal231962100.890.0700.18184.4980.2645.69
Hex17C4D2597012b8502e
Octal27304322131702227012056
Binary1011111000100110100101011001111010010101110001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17C4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,196,210); }

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

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

 a { background-color: rgb(23,196,210); }

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

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

 span { border-color: rgb(23,196,210); }

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