#45E1CA

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

Shades of Turquoise #45E1CA

Tints of Turquoise #45E1CA

Color information

#45E1CA (or 0x45E1CA) is unknown color: approx Turquoise. HEX triplet: 45, E1 and CA. RGB value is (69,225,202). Sum of RGB (Red+Green+Blue) = 69+225+202=496 (65% of max value = 765). Red value is 69 (27.34% from 255 or 13.91% from 496); Green value is 225 (88.28% from 255 or 45.36% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 225 - color contains mainly: green. Hex color #45E1CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45E1CA is #BA1E35. Grayscale: #AFAFAF. Windows color (decimal): -12197430 or 13295941. OLE color: 13295941.

HSL color Cylindrical-coordinate representation of color #45E1CA: hue angle of 171.15º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45E1CA is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB69225202-
CMYK0.6900.100.12
HSL171.15º72.22%57.65%-
HSV(B)171.15º69.33%88.24%-
XYZ40.0459.3865.23-
YUV175.73142.8251.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.91%
GREEN value IS 225 (88.28% from 255) = 45.36%
BLUE value IS 202 (79.30% from 255) = 40.73%
R=13.91%
G=45.36%
B=40.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal692252020.6900.100.12171.1572.2257.65
Hex45E1CA450ACab483a
Octal1053413121050121425311072
Binary100010111100001110010101000101010101100101010111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45E1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,225,202); }

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

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

 a { background-color: rgb(69,225,202); }

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

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

 span { border-color: rgb(69,225,202); }

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