#54FDC4

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

Shades of Turquoise #54FDC4

Tints of Turquoise #54FDC4

Color information

#54FDC4 (or 0x54FDC4) is unknown color: approx Turquoise. HEX triplet: 54, FD and C4. RGB value is (84,253,196). Sum of RGB (Red+Green+Blue) = 84+253+196=533 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.76% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #54FDC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FDC4 is #AB023B. Grayscale: #C4C4C4. Windows color (decimal): -11207228 or 12909908. OLE color: 12909908.

HSL color Cylindrical-coordinate representation of color #54FDC4: hue angle of 159.76º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FDC4 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB84253196-
CMYK0.6700.230.01
HSL159.76º97.69%66.08%-
HSV(B)159.76º66.8%99.22%-
XYZ48.7576.1264.35-
YUV195.97128.0148.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.76%
GREEN value IS 253 (99.22% from 255) = 47.47%
BLUE value IS 196 (76.95% from 255) = 36.77%
R=15.76%
G=47.47%
B=36.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal842531960.6700.230.01159.7697.6966.08
Hex54FDC4430171a06242
Octal1243753041030271240142102
Binary10101001111110111000100100001101011111010000011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54FDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,253,196); }

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

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

 a { background-color: rgb(84,253,196); }

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

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

 span { border-color: rgb(84,253,196); }

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