#45CADE

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

Shades of Medium Turquoise #45CADE

Tints of Medium Turquoise #45CADE

Color information

#45CADE (or 0x45CADE) is unknown color: approx Medium Turquoise. HEX triplet: 45, CA and DE. RGB value is (69,202,222). Sum of RGB (Red+Green+Blue) = 69+202+222=493 (65% of max value = 765). Red value is 69 (27.34% from 255 or 14.00% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #45CADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CADE is #BA3521. Grayscale: #A4A4A4. Windows color (decimal): -12203298 or 14600773. OLE color: 14600773.

HSL color Cylindrical-coordinate representation of color #45CADE: hue angle of 187.84º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45CADE is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB69202222-
CMYK0.690.0900.13
HSL187.84º69.86%57.06%-
HSV(B)187.84º68.92%87.06%-
XYZ36.7648.7876.59-
YUV164.51160.4459.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.00%
GREEN value IS 202 (79.30% from 255) = 40.97%
BLUE value IS 222 (87.11% from 255) = 45.03%
R=14.00%
G=40.97%
B=45.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal692022220.690.0900.13187.8469.8657.06
Hex45CADE4590Dbc4639
Octal1053123361051101527410671
Binary100010111001010110111101000101100101101101111001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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