#17F2C8

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

Shades of Bright Turquoise #17F2C8

Tints of Bright Turquoise #17F2C8

Color information

#17F2C8 (or 0x17F2C8) is unknown color: approx Bright Turquoise. HEX triplet: 17, F2 and C8. RGB value is (23,242,200). Sum of RGB (Red+Green+Blue) = 23+242+200=465 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.95% from 465); Green value is 242 (94.92% from 255 or 52.04% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 242 - color contains mainly: green. Hex color #17F2C8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17F2C8 is #E80D37. Grayscale: #ABABAB. Windows color (decimal): -15207736 or 13169175. OLE color: 13169175.

HSL color Cylindrical-coordinate representation of color #17F2C8: hue angle of 168.49º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17F2C8 is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB23242200-
CMYK0.9000.170.05
HSL168.49º89.39%51.96%-
HSV(B)168.49º90.5%94.9%-
XYZ42.5367.8665.5-
YUV171.73143.9521.92-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 4.95%
GREEN value IS 242 (94.92% from 255) = 52.04%
BLUE value IS 200 (78.52% from 255) = 43.01%
R=4.95%
G=52.04%
B=43.01%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal232422000.9000.170.05168.4989.3951.96
Hex17F2C85A0115a85934
Octal27362310132021525013164
Binary1011111110010110010001011010010001101101010001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17F2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,242,200); }

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

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

 a { background-color: rgb(23,242,200); }

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

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

 span { border-color: rgb(23,242,200); }

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