#54cfcc

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

Shades of Medium Turquoise #54CFCC

Tints of Medium Turquoise #54CFCC

Color information

#54CFCC (or 0x54CFCC) is unknown color: approx Medium Turquoise. HEX triplet: 54, CF and CC. RGB value is (84,207,204). Sum of RGB (Red+Green+Blue) = 84+207+204=495 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.97% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #54CFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CFCC is #AB3033. Grayscale: #A9A9A9. Windows color (decimal): -11218996 or 13422420. OLE color: 13422420.

HSL color Cylindrical-coordinate representation of color #54CFCC: hue angle of 178.54º 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 #54CFCC is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB84207204-
CMYK0.5900.010.19
HSL178.54º56.16%57.06%-
HSV(B)178.54º59.42%81.18%-
XYZ36.8750.8765-
YUV169.88147.2566.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.97%
GREEN value IS 207 (81.25% from 255) = 41.82%
BLUE value IS 204 (80.08% from 255) = 41.21%
R=16.97%
G=41.82%
B=41.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal842072040.5900.010.19178.5456.1657.06
Hex54CFCC3B0113b33839
Octal1243173147301232637071
Binary10101001100111111001100111011011001110110011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54cfcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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