#45FDAE

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

Shades of Turquoise #45FDAE

Tints of Turquoise #45FDAE

Color information

#45FDAE (or 0x45FDAE) is unknown color: approx Turquoise. HEX triplet: 45, FD and AE. RGB value is (69,253,174). Sum of RGB (Red+Green+Blue) = 69+253+174=496 (65% of max value = 765). Red value is 69 (27.34% from 255 or 13.91% from 496); Green value is 253 (99.22% from 255 or 51.01% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 253 - color contains mainly: green. Hex color #45FDAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45FDAE is #BA0251. Grayscale: #BDBDBD. Windows color (decimal): -12190290 or 11468101. OLE color: 11468101.

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

Color convert

RGB69253174-
CMYK0.7300.310.01
HSL154.24º97.87%63.14%-
HSV(B)154.24º72.73%99.22%-
XYZ45.2274.5752.05-
YUV188.98119.5442.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.91%
GREEN value IS 253 (99.22% from 255) = 51.01%
BLUE value IS 174 (68.36% from 255) = 35.08%
R=13.91%
G=51.01%
B=35.08%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal692531740.7300.310.01154.2497.8763.14
Hex45FDAE4901F19a623f
Octal105375256111037123214277
Binary1000101111111011010111010010010111111100110101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45FDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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