#45D6CA

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

Shades of Medium Turquoise #45D6CA

Tints of Medium Turquoise #45D6CA

Color information

#45D6CA (or 0x45D6CA) is unknown color: approx Medium Turquoise. HEX triplet: 45, D6 and CA. RGB value is (69,214,202). Sum of RGB (Red+Green+Blue) = 69+214+202=485 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.23% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #45D6CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45D6CA is #BA2935. Grayscale: #A9A9A9. Windows color (decimal): -12200246 or 13293125. OLE color: 13293125.

HSL color Cylindrical-coordinate representation of color #45D6CA: hue angle of 175.03º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D6CA is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB69214202-
CMYK0.6800.060.16
HSL175.03º63.88%55.49%-
HSV(B)175.03º67.76%83.92%-
XYZ37.1653.6264.27-
YUV169.28146.4656.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.23%
GREEN value IS 214 (83.98% from 255) = 44.12%
BLUE value IS 202 (79.30% from 255) = 41.65%
R=14.23%
G=44.12%
B=41.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal692142020.6800.060.16175.0363.8855.49
Hex45D6CA440610af4037
Octal105326312104062025710067
Binary100010111010110110010101000100011010000101011111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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