#45EDE2

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

Shades of Turquoise #45EDE2

Tints of Turquoise #45EDE2

Color information

#45EDE2 (or 0x45EDE2) is unknown color: approx Turquoise. HEX triplet: 45, ED and E2. RGB value is (69,237,226). Sum of RGB (Red+Green+Blue) = 69+237+226=532 (70% of max value = 765). Red value is 69 (27.34% from 255 or 12.97% from 532); Green value is 237 (92.97% from 255 or 44.55% from 532); Blue value is 226 (88.67% from 255 or 42.48% from 532); Max value from RGB is 237 - color contains mainly: green. Hex color #45EDE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45EDE2 is #BA121D. Grayscale: #B9B9B9. Windows color (decimal): -12194334 or 14871877. OLE color: 14871877.

HSL color Cylindrical-coordinate representation of color #45EDE2: hue angle of 176.07º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EDE2 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB69237226-
CMYK0.7100.050.07
HSL176.07º82.35%60%-
HSV(B)176.07º70.89%92.94%-
XYZ46.4767.3282.5-
YUV185.51150.8444.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 12.97%
GREEN value IS 237 (92.97% from 255) = 44.55%
BLUE value IS 226 (88.67% from 255) = 42.48%
R=12.97%
G=44.55%
B=42.48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal692372260.7100.050.07176.0782.3560
Hex45EDE247057b0523c
Octal10535534210705726012274
Binary1000101111011011110001010001110101111101100001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45EDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,237,226); }

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

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

 a { background-color: rgb(69,237,226); }

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

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

 span { border-color: rgb(69,237,226); }

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