#45C9DE

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

Shades of Medium Turquoise #45C9DE

Tints of Medium Turquoise #45C9DE

Color information

#45C9DE (or 0x45C9DE) is unknown color: approx Medium Turquoise. HEX triplet: 45, C9 and DE. RGB value is (69,201,222). Sum of RGB (Red+Green+Blue) = 69+201+222=492 (65% of max value = 765). Red value is 69 (27.34% from 255 or 14.02% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #45C9DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45C9DE is #BA3621. Grayscale: #A3A3A3. Windows color (decimal): -12203554 or 14600517. OLE color: 14600517.

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

Color convert

RGB69201222-
CMYK0.690.0900.13
HSL188.24º69.86%57.06%-
HSV(B)188.24º68.92%87.06%-
XYZ36.5348.3176.51-
YUV163.93160.7760.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.02%
GREEN value IS 201 (78.91% from 255) = 40.85%
BLUE value IS 222 (87.11% from 255) = 45.12%
R=14.02%
G=40.85%
B=45.12%

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
Decimal692012220.690.0900.13188.2469.8657.06
Hex45C9DE4590Dbc4639
Octal1053113361051101527410671
Binary100010111001001110111101000101100101101101111001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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