#45FDAD

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

Shades of Turquoise #45FDAD

Tints of Turquoise #45FDAD

Color information

#45FDAD (or 0x45FDAD) is unknown color: approx Turquoise. HEX triplet: 45, FD and AD. RGB value is (69,253,173). Sum of RGB (Red+Green+Blue) = 69+253+173=495 (65% of max value = 765). Red value is 69 (27.34% from 255 or 13.94% from 495); Green value is 253 (99.22% from 255 or 51.11% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 253 - color contains mainly: green. Hex color #45FDAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45FDAD is #BA0252. Grayscale: #BCBCBC. Windows color (decimal): -12190291 or 11402565. OLE color: 11402565.

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

Color convert

RGB69253173-
CMYK0.7300.320.01
HSL153.91º97.87%63.14%-
HSV(B)153.91º72.73%99.22%-
XYZ45.1274.5351.54-
YUV188.86119.0442.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.94%
GREEN value IS 253 (99.22% from 255) = 51.11%
BLUE value IS 173 (67.97% from 255) = 34.95%
R=13.94%
G=51.11%
B=34.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal692531730.7300.320.01153.9197.8763.14
Hex45FDAD4902019a623f
Octal105375255111040123214277
Binary10001011111110110101101100100101000001100110101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45FDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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