#45EDF9

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

Shades of Turquoise #45EDF9

Tints of Turquoise #45EDF9

Color information

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

HSL color Cylindrical-coordinate representation of color #45EDF9: hue angle of 184º 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 #45EDF9 is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB69237249-
CMYK0.720.0500.02
HSL184º93.75%62.35%-
HSV(B)184º72.29%97.65%-
XYZ49.8468.67100.25-
YUV188.14162.3443.02-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal692372490.720.0500.0218493.7562.35
Hex45EDF948502b85e3e
Octal10535537111050227013676
Binary100010111101101111110011001000101010101110001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45EDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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