#45CADA

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

Shades of Medium Turquoise #45CADA

Tints of Medium Turquoise #45CADA

Color information

#45CADA (or 0x45CADA) is unknown color: approx Medium Turquoise. HEX triplet: 45, CA and DA. RGB value is (69,202,218). Sum of RGB (Red+Green+Blue) = 69+202+218=489 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.11% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #45CADA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CADA is #BA3525. Grayscale: #A3A3A3. Windows color (decimal): -12203302 or 14338629. OLE color: 14338629.

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

Color convert

RGB69202218-
CMYK0.680.0700.15
HSL186.44º66.82%56.27%-
HSV(B)186.44º68.35%85.49%-
XYZ36.2348.5773.79-
YUV164.06158.4460.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.11%
GREEN value IS 202 (79.30% from 255) = 41.31%
BLUE value IS 218 (85.55% from 255) = 44.58%
R=14.11%
G=41.31%
B=44.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal692022180.680.0700.15186.4466.8256.27
Hex45CADA4470Fba4338
Octal105312332104701727210370
Binary10001011100101011011010100010011101111101110101000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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