#54FFC2

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

Shades of Turquoise #54FFC2

Tints of Turquoise #54FFC2

Color information

#54FFC2 (or 0x54FFC2) is unknown color: approx Turquoise. HEX triplet: 54, FF and C2. RGB value is (84,255,194). Sum of RGB (Red+Green+Blue) = 84+255+194=533 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.76% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #54FFC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FFC2 is #AB003D. Grayscale: #C4C4C4. Windows color (decimal): -11206718 or 12779348. OLE color: 12779348.

HSL color Cylindrical-coordinate representation of color #54FFC2: hue angle of 158.6º 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 #54FFC2 is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB84255194-
CMYK0.6700.240
HSL158.6º100%66.47%-
HSV(B)158.6º67.06%100%-
XYZ49.1577.363.37-
YUV196.92126.3547.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.76%
GREEN value IS 255 (100% from 255) = 47.84%
BLUE value IS 194 (76.17% from 255) = 36.40%
R=15.76%
G=47.84%
B=36.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal842551940.6700.240158.610066.47
Hex54FFC24301809f6442
Octal1243773021030300237144102
Binary10101001111111111000010100001101100001001111111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54FFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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