#17C0E0

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

Shades of Dark Turquoise #17C0E0

Tints of Dark Turquoise #17C0E0

Color information

#17C0E0 (or 0x17C0E0) is unknown color: approx Dark Turquoise. HEX triplet: 17, C0 and E0. RGB value is (23,192,224). Sum of RGB (Red+Green+Blue) = 23+192+224=439 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.24% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 224 (87.89% from 255 or 51.03% from 439); Max value from RGB is 224 - color contains mainly: blue. Hex color #17C0E0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17C0E0 is #E83F1F. Grayscale: #909090. Windows color (decimal): -15220512 or 14729239. OLE color: 14729239.

HSL color Cylindrical-coordinate representation of color #17C0E0: hue angle of 189.55º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17C0E0 is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB23192224-
CMYK0.900.1400.12
HSL189.55º81.38%48.43%-
HSV(B)189.55º89.73%87.84%-
XYZ32.6643.2677.15-
YUV145.12172.5140.9-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 5.24%
GREEN value IS 192 (75.39% from 255) = 43.74%
BLUE value IS 224 (87.89% from 255) = 51.03%
R=5.24%
G=43.74%
B=51.03%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal231922240.900.1400.12189.5581.3848.43
Hex17C0E05AE0Cbe5130
Octal273003401321601427612160
Binary1011111000000111000001011010111001100101111101010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17C0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,192,224); }

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

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

 a { background-color: rgb(23,192,224); }

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

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

 span { border-color: rgb(23,192,224); }

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