#17F7ED

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

Shades of Bright Turquoise #17F7ED

Tints of Bright Turquoise #17F7ED

Color information

#17F7ED (or 0x17F7ED) is unknown color: approx Bright Turquoise. HEX triplet: 17, F7 and ED. RGB value is (23,247,237). Sum of RGB (Red+Green+Blue) = 23+247+237=507 (67% of max value = 765). Red value is 23 (9.38% from 255 or 4.54% from 507); Green value is 247 (96.88% from 255 or 48.72% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 247 - color contains mainly: green. Hex color #17F7ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17F7ED is #E80812. Grayscale: #B2B2B2. Windows color (decimal): -15206419 or 15595287. OLE color: 15595287.

HSL color Cylindrical-coordinate representation of color #17F7ED: hue angle of 177.32º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17F7ED is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB23247237-
CMYK0.9100.040.03
HSL177.32º93.33%52.94%-
HSV(B)177.32º90.69%96.86%-
XYZ48.972.8291.6-
YUV178.88160.7916.81-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 4.54%
GREEN value IS 247 (96.88% from 255) = 48.72%
BLUE value IS 237 (92.97% from 255) = 46.75%
R=4.54%
G=48.72%
B=46.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal232472370.9100.040.03177.3293.3352.94
Hex17F7ED5B043b15d35
Octal2736735513304326113565
Binary1011111110111111011011011011010011101100011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17F7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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