#45E1C3

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

Shades of Turquoise #45E1C3

Tints of Turquoise #45E1C3

Color information

#45E1C3 (or 0x45E1C3) is unknown color: approx Turquoise. HEX triplet: 45, E1 and C3. RGB value is (69,225,195). Sum of RGB (Red+Green+Blue) = 69+225+195=489 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.11% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 195 (76.56% from 255 or 39.88% from 489); Max value from RGB is 225 - color contains mainly: green. Hex color #45E1C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45E1C3 is #BA1E3C. Grayscale: #AEAEAE. Windows color (decimal): -12197437 or 12837189. OLE color: 12837189.

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

Color convert

RGB69225195-
CMYK0.6900.130.12
HSL168.46º72.22%57.65%-
HSV(B)168.46º69.33%88.24%-
XYZ39.2359.0660.96-
YUV174.94139.3252.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.11%
GREEN value IS 225 (88.28% from 255) = 46.01%
BLUE value IS 195 (76.56% from 255) = 39.88%
R=14.11%
G=46.01%
B=39.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal692251950.6900.130.12168.4672.2257.65
Hex45E1C3450DCa8483a
Octal1053413031050151425011072
Binary100010111100001110000111000101011011100101010001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45E1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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