#45FDE7

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

Shades of Turquoise #45FDE7

Tints of Turquoise #45FDE7

Color information

#45FDE7 (or 0x45FDE7) is unknown color: approx Turquoise. HEX triplet: 45, FD and E7. RGB value is (69,253,231). Sum of RGB (Red+Green+Blue) = 69+253+231=553 (73% of max value = 765). Red value is 69 (27.34% from 255 or 12.48% from 553); Green value is 253 (99.22% from 255 or 45.75% from 553); Blue value is 231 (90.62% from 255 or 41.77% from 553); Max value from RGB is 253 - color contains mainly: green. Hex color #45FDE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #45FDE7 is #BA0218. Grayscale: #C3C3C3. Windows color (decimal): -12190233 or 15203653. OLE color: 15203653.

HSL color Cylindrical-coordinate representation of color #45FDE7: hue angle of 172.83º 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 #45FDE7 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB69253231-
CMYK0.7300.090.01
HSL172.83º97.87%63.14%-
HSV(B)172.83º72.73%99.22%-
XYZ5277.2987.78-
YUV195.48148.0437.79-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 12.48%
GREEN value IS 253 (99.22% from 255) = 45.75%
BLUE value IS 231 (90.62% from 255) = 41.77%
R=12.48%
G=45.75%
B=41.77%

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
Decimal692532310.7300.090.01172.8397.8763.14
Hex45FDE749091ad623f
Octal105375347111011125514277
Binary100010111111101111001111001001010011101011011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45FDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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