#45D9D2

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

Shades of Turquoise #45D9D2

Tints of Turquoise #45D9D2

Color information

#45D9D2 (or 0x45D9D2) is unknown color: approx Turquoise. HEX triplet: 45, D9 and D2. RGB value is (69,217,210). Sum of RGB (Red+Green+Blue) = 69+217+210=496 (65% of max value = 765). Red value is 69 (27.34% from 255 or 13.91% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 210 (82.42% from 255 or 42.34% from 496); Max value from RGB is 217 - color contains mainly: green. Hex color #45D9D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45D9D2 is #BA262D. Grayscale: #ABABAB. Windows color (decimal): -12199470 or 13818181. OLE color: 13818181.

HSL color Cylindrical-coordinate representation of color #45D9D2: hue angle of 177.16º degrees, saturation: 0.66, 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 #45D9D2 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB69217210-
CMYK0.6800.030.15
HSL177.16º66.07%56.08%-
HSV(B)177.16º68.2%85.1%-
XYZ38.955.5469.64-
YUV171.95149.4754.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.91%
GREEN value IS 217 (85.16% from 255) = 43.75%
BLUE value IS 210 (82.42% from 255) = 42.34%
R=13.91%
G=43.75%
B=42.34%

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
Decimal692172100.6800.030.15177.1666.0756.08
Hex45D9D24403Fb14238
Octal105331322104031726110270
Binary1000101110110011101001010001000111111101100011000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,217,210); }

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

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

 a { background-color: rgb(69,217,210); }

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

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

 span { border-color: rgb(69,217,210); }

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