#45e0bb

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

Shades of Turquoise #45E0BB

Tints of Turquoise #45E0BB

Color information

#45E0BB (or 0x45E0BB) is unknown color: approx Turquoise. HEX triplet: 45, E0 and BB. RGB value is (69,224,187). Sum of RGB (Red+Green+Blue) = 69+224+187=480 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.38% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 224 - color contains mainly: green. Hex color #45E0BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45E0BB is #BA1F44. Grayscale: #ADADAD. Windows color (decimal): -12197701 or 12312645. OLE color: 12312645.

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

Color convert

RGB69224187-
CMYK0.6900.170.12
HSL165.68º71.43%57.45%-
HSV(B)165.68º69.2%87.84%-
XYZ38.0858.1656.23-
YUV173.44135.6553.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.38%
GREEN value IS 224 (87.89% from 255) = 46.67%
BLUE value IS 187 (73.44% from 255) = 38.96%
R=14.38%
G=46.67%
B=38.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal692241870.6900.170.12165.6871.4357.45
Hex45E0BB45011Ca64739
Octal1053402731050211424610771
Binary1000101111000001011101110001010100011100101001101000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45e0bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,224,187); }

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

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

 a { background-color: rgb(69,224,187); }

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

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

 span { border-color: rgb(69,224,187); }

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