#17F3ED

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

Shades of Bright Turquoise #17F3ED

Tints of Bright Turquoise #17F3ED

Color information

#17F3ED (or 0x17F3ED) is unknown color: approx Bright Turquoise. HEX triplet: 17, F3 and ED. RGB value is (23,243,237). Sum of RGB (Red+Green+Blue) = 23+243+237=503 (66% of max value = 765). Red value is 23 (9.38% from 255 or 4.57% from 503); Green value is 243 (95.31% from 255 or 48.31% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 243 - color contains mainly: green. Hex color #17F3ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17F3ED is #E80C12. Grayscale: #B0B0B0. Windows color (decimal): -15207443 or 15594263. OLE color: 15594263.

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

Color convert

RGB23243237-
CMYK0.9100.020.05
HSL178.36º90.16%52.16%-
HSV(B)178.36º90.53%95.29%-
XYZ47.6970.491.2-
YUV176.54162.1118.49-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 4.57%
GREEN value IS 243 (95.31% from 255) = 48.31%
BLUE value IS 237 (92.97% from 255) = 47.12%
R=4.57%
G=48.31%
B=47.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal232432370.9100.020.05178.3690.1652.16
Hex17F3ED5B025b25a34
Octal2736335513302526213264
Binary1011111110011111011011011011010101101100101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17F3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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