#54ffd4

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

Shades of Turquoise #54FFD4

Tints of Turquoise #54FFD4

Color information

#54FFD4 (or 0x54FFD4) is unknown color: approx Turquoise. HEX triplet: 54, FF and D4. RGB value is (84,255,212). Sum of RGB (Red+Green+Blue) = 84+255+212=551 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.25% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 212 (83.20% from 255 or 38.48% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #54FFD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FFD4 is #AB002B. Grayscale: #C6C6C6. Windows color (decimal): -11206700 or 13958996. OLE color: 13958996.

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

Color convert

RGB84255212-
CMYK0.6700.170
HSL164.91º100%66.47%-
HSV(B)164.91º67.06%100%-
XYZ51.378.1674.67-
YUV198.97135.3546-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.25%
GREEN value IS 255 (100% from 255) = 46.28%
BLUE value IS 212 (83.20% from 255) = 38.48%
R=15.25%
G=46.28%
B=38.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal842552120.6700.170164.9110066.47
Hex54FFD4430110a56442
Octal1243773241030210245144102
Binary10101001111111111010100100001101000101010010111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54ffd4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,255,212); }

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

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

 a { background-color: rgb(84,255,212); }

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

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

 span { border-color: rgb(84,255,212); }

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