#45FDE6

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

Shades of Turquoise #45FDE6

Tints of Turquoise #45FDE6

Color information

#45FDE6 (or 0x45FDE6) is unknown color: approx Turquoise. HEX triplet: 45, FD and E6. RGB value is (69,253,230). Sum of RGB (Red+Green+Blue) = 69+253+230=552 (73% of max value = 765). Red value is 69 (27.34% from 255 or 12.5% from 552); Green value is 253 (99.22% from 255 or 45.83% from 552); Blue value is 230 (90.23% from 255 or 41.67% from 552); Max value from RGB is 253 - color contains mainly: green. Hex color #45FDE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #45FDE6 is #BA0219. Grayscale: #C3C3C3. Windows color (decimal): -12190234 or 15138117. OLE color: 15138117.

HSL color Cylindrical-coordinate representation of color #45FDE6: hue angle of 172.5º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45FDE6 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB69253230-
CMYK0.7300.090.01
HSL172.5º97.87%63.14%-
HSV(B)172.5º72.73%99.22%-
XYZ51.8677.2387.04-
YUV195.36147.5437.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 12.5%
GREEN value IS 253 (99.22% from 255) = 45.83%
BLUE value IS 230 (90.23% from 255) = 41.67%
R=12.5%
G=45.83%
B=41.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal692532300.7300.090.01172.597.8763.14
Hex45FDE649091ac623f
Octal105375346111011125414277
Binary100010111111101111001101001001010011101011001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45FDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,253,230); }

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

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

 a { background-color: rgb(69,253,230); }

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

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

 span { border-color: rgb(69,253,230); }

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