#45F0E4

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

Shades of Turquoise #45F0E4

Tints of Turquoise #45F0E4

Color information

#45F0E4 (or 0x45F0E4) is unknown color: approx Turquoise. HEX triplet: 45, F0 and E4. RGB value is (69,240,228). Sum of RGB (Red+Green+Blue) = 69+240+228=537 (71% of max value = 765). Red value is 69 (27.34% from 255 or 12.85% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 228 (89.45% from 255 or 42.46% from 537); Max value from RGB is 240 - color contains mainly: green. Hex color #45F0E4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45F0E4 is #BA0F1B. Grayscale: #BBBBBB. Windows color (decimal): -12193564 or 15003717. OLE color: 15003717.

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

Color convert

RGB69240228-
CMYK0.7100.050.06
HSL175.79º85.07%60.59%-
HSV(B)175.79º71.25%94.12%-
XYZ47.6269.1984.24-
YUV187.5150.8543.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 12.85%
GREEN value IS 240 (94.14% from 255) = 44.69%
BLUE value IS 228 (89.45% from 255) = 42.46%
R=12.85%
G=44.69%
B=42.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal692402280.7100.050.06175.7985.0760.59
Hex45F0E447056b0553d
Octal10536034410705626012575
Binary1000101111100001110010010001110101110101100001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45F0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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