#45E5D7

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

Shades of Turquoise #45E5D7

Tints of Turquoise #45E5D7

Color information

#45E5D7 (or 0x45E5D7) is unknown color: approx Turquoise. HEX triplet: 45, E5 and D7. RGB value is (69,229,215). Sum of RGB (Red+Green+Blue) = 69+229+215=513 (67% of max value = 765). Red value is 69 (27.34% from 255 or 13.45% from 513); Green value is 229 (89.84% from 255 or 44.64% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 229 - color contains mainly: green. Hex color #45E5D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45E5D7 is #BA1A28. Grayscale: #B3B3B3. Windows color (decimal): -12196393 or 14148933. OLE color: 14148933.

HSL color Cylindrical-coordinate representation of color #45E5D7: hue angle of 174.75º 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 #45E5D7 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB69229215-
CMYK0.7000.060.10
HSL174.75º75.47%58.43%-
HSV(B)174.75º69.87%89.8%-
XYZ42.7462.2174.05-
YUV179.56147.9949.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.45%
GREEN value IS 229 (89.84% from 255) = 44.64%
BLUE value IS 215 (84.38% from 255) = 41.91%
R=13.45%
G=44.64%
B=41.91%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal692292150.7000.060.10174.7575.4758.43
Hex45E5D74606Aaf4b3a
Octal105345327106061225711372
Binary10001011110010111010111100011001101010101011111001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45E5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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