#45E6DD

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

Shades of Turquoise #45E6DD

Tints of Turquoise #45E6DD

Color information

#45E6DD (or 0x45E6DD) is unknown color: approx Turquoise. HEX triplet: 45, E6 and DD. RGB value is (69,230,221). Sum of RGB (Red+Green+Blue) = 69+230+221=520 (68% of max value = 765). Red value is 69 (27.34% from 255 or 13.27% from 520); Green value is 230 (90.23% from 255 or 44.23% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 230 - color contains mainly: green. Hex color #45E6DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45E6DD is #BA1922. Grayscale: #B4B4B4. Windows color (decimal): -12196131 or 14542405. OLE color: 14542405.

HSL color Cylindrical-coordinate representation of color #45E6DD: hue angle of 176.65º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E6DD is Cyan = 0.7, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB69230221-
CMYK0.700.040.10
HSL176.65º76.3%58.63%-
HSV(B)176.65º70%90.2%-
XYZ43.863.0878.27-
YUV180.83150.6648.23-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.27%
GREEN value IS 230 (90.23% from 255) = 44.23%
BLUE value IS 221 (86.72% from 255) = 42.5%
R=13.27%
G=44.23%
B=42.5%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal692302210.700.040.10176.6576.358.63
Hex45E6DD4604Ab14c3b
Octal105346335106041226111473
Binary10001011110011011011101100011001001010101100011001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45E6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,230,221); }

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

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

 a { background-color: rgb(69,230,221); }

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

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

 span { border-color: rgb(69,230,221); }

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