#54CAB8

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

Shades of Medium Turquoise #54CAB8

Tints of Medium Turquoise #54CAB8

Color information

#54CAB8 (or 0x54CAB8) is unknown color: approx Medium Turquoise. HEX triplet: 54, CA and B8. RGB value is (84,202,184). Sum of RGB (Red+Green+Blue) = 84+202+184=470 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.87% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 184 (72.27% from 255 or 39.15% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #54CAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CAB8 is #AB3547. Grayscale: #A4A4A4. Windows color (decimal): -11220296 or 12110420. OLE color: 12110420.

HSL color Cylindrical-coordinate representation of color #54CAB8: hue angle of 170.85º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54CAB8 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB84202184-
CMYK0.5800.090.21
HSL170.85º52.68%56.08%-
HSV(B)170.85º58.42%79.22%-
XYZ33.4347.5952.77-
YUV164.67138.9170.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.87%
GREEN value IS 202 (79.30% from 255) = 42.98%
BLUE value IS 184 (72.27% from 255) = 39.15%
R=17.87%
G=42.98%
B=39.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal842021840.5800.090.21170.8552.6856.08
Hex54CAB83A0915ab3538
Octal12431227072011252536570
Binary10101001100101010111000111010010011010110101011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54CAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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