#45EBDE

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

Shades of Turquoise #45EBDE

Tints of Turquoise #45EBDE

Color information

#45EBDE (or 0x45EBDE) is unknown color: approx Turquoise. HEX triplet: 45, EB and DE. RGB value is (69,235,222). Sum of RGB (Red+Green+Blue) = 69+235+222=526 (69% of max value = 765). Red value is 69 (27.34% from 255 or 13.12% from 526); Green value is 235 (92.19% from 255 or 44.68% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 235 - color contains mainly: green. Hex color #45EBDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45EBDE is #BA1421. Grayscale: #B7B7B7. Windows color (decimal): -12194850 or 14609221. OLE color: 14609221.

HSL color Cylindrical-coordinate representation of color #45EBDE: hue angle of 175.3º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EBDE is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB69235222-
CMYK0.7100.060.08
HSL175.3º80.58%59.61%-
HSV(B)175.3º70.64%92.16%-
XYZ45.3565.9679.45-
YUV183.88149.546.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.12%
GREEN value IS 235 (92.19% from 255) = 44.68%
BLUE value IS 222 (87.11% from 255) = 42.21%
R=13.12%
G=44.68%
B=42.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal692352220.7100.060.08175.380.5859.61
Hex45EBDE47068af513c
Octal105353336107061025712174
Binary10001011110101111011110100011101101000101011111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45EBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,235,222); }

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

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

 a { background-color: rgb(69,235,222); }

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

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

 span { border-color: rgb(69,235,222); }

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