#17F4DF

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

Shades of Bright Turquoise #17F4DF

Tints of Bright Turquoise #17F4DF

Color information

#17F4DF (or 0x17F4DF) is unknown color: approx Bright Turquoise. HEX triplet: 17, F4 and DF. RGB value is (23,244,223). Sum of RGB (Red+Green+Blue) = 23+244+223=490 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.69% from 490); Green value is 244 (95.70% from 255 or 49.80% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 244 - color contains mainly: green. Hex color #17F4DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17F4DF is #E80B20. Grayscale: #AFAFAF. Windows color (decimal): -15207201 or 14677015. OLE color: 14677015.

HSL color Cylindrical-coordinate representation of color #17F4DF: hue angle of 174.3º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17F4DF is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB23244223-
CMYK0.9100.090.04
HSL174.3º90.95%52.35%-
HSV(B)174.3º90.57%95.69%-
XYZ46.0270.2180.94-
YUV175.53154.7819.21-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 4.69%
GREEN value IS 244 (95.70% from 255) = 49.80%
BLUE value IS 223 (87.5% from 255) = 45.51%
R=4.69%
G=49.80%
B=45.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal232442230.9100.090.04174.390.9552.35
Hex17F4DF5B094ae5b34
Octal27364337133011425613364
Binary101111111010011011111101101101001100101011101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17F4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,244,223); }

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

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

 a { background-color: rgb(23,244,223); }

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

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

 span { border-color: rgb(23,244,223); }

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