#45C9DD

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

Shades of Medium Turquoise #45C9DD

Tints of Medium Turquoise #45C9DD

Color information

#45C9DD (or 0x45C9DD) is unknown color: approx Medium Turquoise. HEX triplet: 45, C9 and DD. RGB value is (69,201,221). Sum of RGB (Red+Green+Blue) = 69+201+221=491 (65% of max value = 765). Red value is 69 (27.34% from 255 or 14.05% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #45C9DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45C9DD is #BA3622. Grayscale: #A3A3A3. Windows color (decimal): -12203555 or 14534981. OLE color: 14534981.

HSL color Cylindrical-coordinate representation of color #45C9DD: hue angle of 187.89º degrees, saturation: 0.69, 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 #45C9DD is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB69201221-
CMYK0.690.0900.13
HSL187.89º69.09%56.86%-
HSV(B)187.89º68.78%86.67%-
XYZ36.3948.2675.8-
YUV163.81160.2760.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.05%
GREEN value IS 201 (78.91% from 255) = 40.94%
BLUE value IS 221 (86.72% from 255) = 45.01%
R=14.05%
G=40.94%
B=45.01%

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
Decimal692012210.690.0900.13187.8969.0956.86
Hex45C9DD4590Dbc4539
Octal1053113351051101527410571
Binary100010111001001110111011000101100101101101111001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,201,221); }

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

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

 a { background-color: rgb(69,201,221); }

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

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

 span { border-color: rgb(69,201,221); }

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