#45EAF0

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

Shades of Turquoise #45EAF0

Tints of Turquoise #45EAF0

Color information

#45EAF0 (or 0x45EAF0) is unknown color: approx Turquoise. HEX triplet: 45, EA and F0. RGB value is (69,234,240). Sum of RGB (Red+Green+Blue) = 69+234+240=543 (71% of max value = 765). Red value is 69 (27.34% from 255 or 12.71% from 543); Green value is 234 (91.80% from 255 or 43.09% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #45EAF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #45EAF0 is #BA150F. Grayscale: #B9B9B9. Windows color (decimal): -12195088 or 15788613. OLE color: 15788613.

HSL color Cylindrical-coordinate representation of color #45EAF0: hue angle of 182.11º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EAF0 is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB69234240-
CMYK0.710.0200.06
HSL182.11º85.07%60.59%-
HSV(B)182.11º71.25%94.12%-
XYZ47.6166.492.75-
YUV185.35158.8445.01-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 12.71%
GREEN value IS 234 (91.80% from 255) = 43.09%
BLUE value IS 240 (94.14% from 255) = 44.20%
R=12.71%
G=43.09%
B=44.20%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal692342400.710.0200.06182.1185.0760.59
Hex45EAF047206b6553d
Octal10535236010720626612575
Binary100010111101010111100001000111100110101101101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45EAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,234,240); }

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

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

 a { background-color: rgb(69,234,240); }

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

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

 span { border-color: rgb(69,234,240); }

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