#45F9ED

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

Shades of Turquoise #45F9ED

Tints of Turquoise #45F9ED

Color information

#45F9ED (or 0x45F9ED) is unknown color: approx Turquoise. HEX triplet: 45, F9 and ED. RGB value is (69,249,237). Sum of RGB (Red+Green+Blue) = 69+249+237=555 (73% of max value = 765). Red value is 69 (27.34% from 255 or 12.43% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 249 - color contains mainly: green. Hex color #45F9ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #45F9ED is #BA0612. Grayscale: #C1C1C1. Windows color (decimal): -12191251 or 15595845. OLE color: 15595845.

HSL color Cylindrical-coordinate representation of color #45F9ED: hue angle of 176º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45F9ED is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB69249237-
CMYK0.7200.050.02
HSL176º93.75%62.35%-
HSV(B)176º72.29%97.65%-
XYZ51.6275.1391.9-
YUV193.81152.3738.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 12.43%
GREEN value IS 249 (97.66% from 255) = 44.86%
BLUE value IS 237 (92.97% from 255) = 42.70%
R=12.43%
G=44.86%
B=42.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal692492370.7200.050.0217693.7562.35
Hex45F9ED48052b05e3e
Octal10537135511005226013676
Binary100010111111001111011011001000010110101100001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45F9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45F9ED; }

 p { color: rgb(69,249,237); }

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

<style>
 a { background-color: #45F9ED; }

 a { background-color: rgb(69,249,237); }

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

<style>
 span { border-color: #45F9ED; }

 span { border-color: rgb(69,249,237); }

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