#17FCED

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

Shades of Bright Turquoise #17FCED

Tints of Bright Turquoise #17FCED

Color information

#17FCED (or 0x17FCED) is unknown color: approx Bright Turquoise. HEX triplet: 17, FC and ED. RGB value is (23,252,237). Sum of RGB (Red+Green+Blue) = 23+252+237=512 (67% of max value = 765). Red value is 23 (9.38% from 255 or 4.49% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 252 - color contains mainly: green. Hex color #17FCED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17FCED is #E80312. Grayscale: #B5B5B5. Windows color (decimal): -15205139 or 15596567. OLE color: 15596567.

HSL color Cylindrical-coordinate representation of color #17FCED: hue angle of 176.07º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17FCED is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB23252237-
CMYK0.9100.060.01
HSL176.07º97.45%53.92%-
HSV(B)176.07º90.87%98.82%-
XYZ50.4575.9292.12-
YUV181.82159.1314.72-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 4.49%
GREEN value IS 252 (98.83% from 255) = 49.22%
BLUE value IS 237 (92.97% from 255) = 46.29%
R=4.49%
G=49.22%
B=46.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal232522370.9100.060.01176.0797.4553.92
Hex17FCED5B061b06136
Octal2737435513306126014166
Binary101111111110011101101101101101101101100001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17FCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,252,237); }

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

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

 a { background-color: rgb(23,252,237); }

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

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

 span { border-color: rgb(23,252,237); }

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