#54CAD6

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

Shades of Medium Turquoise #54CAD6

Tints of Medium Turquoise #54CAD6

Color information

#54CAD6 (or 0x54CAD6) is unknown color: approx Medium Turquoise. HEX triplet: 54, CA and D6. RGB value is (84,202,214). Sum of RGB (Red+Green+Blue) = 84+202+214=500 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.8% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 214 (83.98% from 255 or 42.8% from 500); Max value from RGB is 214 - color contains mainly: blue. Hex color #54CAD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CAD6 is #AB3529. Grayscale: #A7A7A7. Windows color (decimal): -11220266 or 14076500. OLE color: 14076500.

HSL color Cylindrical-coordinate representation of color #54CAD6: hue angle of 185.54º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54CAD6 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB84202214-
CMYK0.610.0600.16
HSL185.54º61.32%58.43%-
HSV(B)185.54º60.75%83.92%-
XYZ36.9148.9871.13-
YUV168.09153.9168.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.8%
GREEN value IS 202 (79.30% from 255) = 40.4%
BLUE value IS 214 (83.98% from 255) = 42.8%
R=16.8%
G=40.4%
B=42.8%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal842022140.610.0600.16185.5461.3258.43
Hex54CAD63D6010ba3d3a
Octal1243123267560202727572
Binary1010100110010101101011011110111001000010111010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54CAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54CAD6; }

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

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

<style>
 a { background-color: #54CAD6; }

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

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

<style>
 span { border-color: #54CAD6; }

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

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