#45e1d5

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

Shades of Turquoise #45E1D5

Tints of Turquoise #45E1D5

Color information

#45E1D5 (or 0x45E1D5) is unknown color: approx Turquoise. HEX triplet: 45, E1 and D5. RGB value is (69,225,213). Sum of RGB (Red+Green+Blue) = 69+225+213=507 (67% of max value = 765). Red value is 69 (27.34% from 255 or 13.61% from 507); Green value is 225 (88.28% from 255 or 44.38% from 507); Blue value is 213 (83.59% from 255 or 42.01% from 507); Max value from RGB is 225 - color contains mainly: green. Hex color #45E1D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45E1D5 is #BA1E2A. Grayscale: #B0B0B0. Windows color (decimal): -12197419 or 14016837. OLE color: 14016837.

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

Color convert

RGB69225213-
CMYK0.6900.050.12
HSL175.38º72.22%57.65%-
HSV(B)175.38º69.33%88.24%-
XYZ41.3959.9272.33-
YUV176.99148.3250.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.61%
GREEN value IS 225 (88.28% from 255) = 44.38%
BLUE value IS 213 (83.59% from 255) = 42.01%
R=13.61%
G=44.38%
B=42.01%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal692252130.6900.050.12175.3872.2257.65
Hex45E1D54505Caf483a
Octal105341325105051425711072
Binary10001011110000111010101100010101011100101011111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45e1d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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