#45DAD4

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

Shades of Turquoise #45DAD4

Tints of Turquoise #45DAD4

Color information

#45DAD4 (or 0x45DAD4) is unknown color: approx Turquoise. HEX triplet: 45, DA and D4. RGB value is (69,218,212). Sum of RGB (Red+Green+Blue) = 69+218+212=499 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.83% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 212 (83.20% from 255 or 42.48% from 499); Max value from RGB is 218 - color contains mainly: green. Hex color #45DAD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DAD4 is #BA252B. Grayscale: #ACACAC. Windows color (decimal): -12199212 or 13949509. OLE color: 13949509.

HSL color Cylindrical-coordinate representation of color #45DAD4: hue angle of 177.58º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45DAD4 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB69218212-
CMYK0.6800.030.15
HSL177.58º66.82%56.27%-
HSV(B)177.58º68.35%85.49%-
XYZ39.4156.1671.05-
YUV172.76150.1453.99-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.83%
GREEN value IS 218 (85.55% from 255) = 43.69%
BLUE value IS 212 (83.20% from 255) = 42.48%
R=13.83%
G=43.69%
B=42.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal692182120.6800.030.15177.5866.8256.27
Hex45DAD44403Fb24338
Octal105332324104031726210370
Binary1000101110110101101010010001000111111101100101000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45DAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,218,212); }

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

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

 a { background-color: rgb(69,218,212); }

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

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

 span { border-color: rgb(69,218,212); }

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