#54CFD5

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

Shades of Medium Turquoise #54CFD5

Tints of Medium Turquoise #54CFD5

Color information

#54CFD5 (or 0x54CFD5) is unknown color: approx Medium Turquoise. HEX triplet: 54, CF and D5. RGB value is (84,207,213). Sum of RGB (Red+Green+Blue) = 84+207+213=504 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.67% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 213 (83.59% from 255 or 42.26% from 504); Max value from RGB is 213 - color contains mainly: blue. Hex color #54CFD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CFD5 is #AB302A. Grayscale: #AAAAAA. Windows color (decimal): -11218987 or 14012244. OLE color: 14012244.

HSL color Cylindrical-coordinate representation of color #54CFD5: hue angle of 182.79º 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 #54CFD5 is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB84207213-
CMYK0.610.0300.16
HSL182.79º60.56%58.24%-
HSV(B)182.79º60.56%83.53%-
XYZ37.9851.3170.85-
YUV170.91151.7566.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.67%
GREEN value IS 207 (81.25% from 255) = 41.07%
BLUE value IS 213 (83.59% from 255) = 42.26%
R=16.67%
G=41.07%
B=42.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal842072130.610.0300.16182.7960.5658.24
Hex54CFD53D3010b73d3a
Octal1243173257530202677572
Binary101010011001111110101011111011101000010110111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54CFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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