#45e5bd

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

Shades of Turquoise #45E5BD

Tints of Turquoise #45E5BD

Color information

#45E5BD (or 0x45E5BD) is unknown color: approx Turquoise. HEX triplet: 45, E5 and BD. RGB value is (69,229,189). Sum of RGB (Red+Green+Blue) = 69+229+189=487 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.17% from 487); Green value is 229 (89.84% from 255 or 47.02% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 229 - color contains mainly: green. Hex color #45E5BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45E5BD is #BA1A42. Grayscale: #B0B0B0. Windows color (decimal): -12196419 or 12444997. OLE color: 12444997.

HSL color Cylindrical-coordinate representation of color #45E5BD: hue angle of 165º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E5BD is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB69229189-
CMYK0.7000.170.10
HSL165º75.47%58.43%-
HSV(B)165º69.87%89.8%-
XYZ39.6660.9857.82-
YUV176.6134.9951.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.17%
GREEN value IS 229 (89.84% from 255) = 47.02%
BLUE value IS 189 (74.22% from 255) = 38.81%
R=14.17%
G=47.02%
B=38.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal692291890.7000.170.1016575.4758.43
Hex45E5BD46011Aa54b3a
Octal1053452751060211224511372
Binary1000101111001011011110110001100100011010101001011001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45e5bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,229,189); }

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

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

 a { background-color: rgb(69,229,189); }

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

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

 span { border-color: rgb(69,229,189); }

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