#45D9CA

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

Shades of Medium Turquoise #45D9CA

Tints of Medium Turquoise #45D9CA

Color information

#45D9CA (or 0x45D9CA) is unknown color: approx Medium Turquoise. HEX triplet: 45, D9 and CA. RGB value is (69,217,202). Sum of RGB (Red+Green+Blue) = 69+217+202=488 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.14% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 217 - color contains mainly: green. Hex color #45D9CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45D9CA is #BA2635. Grayscale: #AAAAAA. Windows color (decimal): -12199478 or 13293893. OLE color: 13293893.

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

Color convert

RGB69217202-
CMYK0.6800.070.15
HSL173.92º66.07%56.08%-
HSV(B)173.92º68.2%85.1%-
XYZ37.9355.1664.52-
YUV171.04145.4755.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.14%
GREEN value IS 217 (85.16% from 255) = 44.47%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=14.14%
G=44.47%
B=41.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal692172020.6800.070.15173.9266.0756.08
Hex45D9CA4407Fae4238
Octal105331312104071725610270
Binary10001011101100111001010100010001111111101011101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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