#54CACF

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

Shades of Medium Turquoise #54CACF

Tints of Medium Turquoise #54CACF

Color information

#54CACF (or 0x54CACF) is unknown color: approx Medium Turquoise. HEX triplet: 54, CA and CF. RGB value is (84,202,207). Sum of RGB (Red+Green+Blue) = 84+202+207=493 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.04% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #54CACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CACF is #AB3530. Grayscale: #A7A7A7. Windows color (decimal): -11220273 or 13617748. OLE color: 13617748.

HSL color Cylindrical-coordinate representation of color #54CACF: hue angle of 182.44º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54CACF is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB84202207-
CMYK0.590.0200.19
HSL182.44º56.16%57.06%-
HSV(B)182.44º59.42%81.18%-
XYZ36.0448.6366.52-
YUV167.29150.4168.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.04%
GREEN value IS 202 (79.30% from 255) = 40.97%
BLUE value IS 207 (81.25% from 255) = 41.99%
R=17.04%
G=40.97%
B=41.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal842022070.590.0200.19182.4456.1657.06
Hex54CACF3B2013b63839
Octal1243123177320232667071
Binary101010011001010110011111110111001001110110110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54CACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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