#54e0c6

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

Shades of Turquoise #54E0C6

Tints of Turquoise #54E0C6

Color information

#54E0C6 (or 0x54E0C6) is unknown color: approx Turquoise. HEX triplet: 54, E0 and C6. RGB value is (84,224,198). Sum of RGB (Red+Green+Blue) = 84+224+198=506 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.60% from 506); Green value is 224 (87.89% from 255 or 44.27% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 224 - color contains mainly: green. Hex color #54E0C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54E0C6 is #AB1F39. Grayscale: #B3B3B3. Windows color (decimal): -11214650 or 13033556. OLE color: 13033556.

HSL color Cylindrical-coordinate representation of color #54E0C6: hue angle of 168.86º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54E0C6 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB84224198-
CMYK0.6200.120.12
HSL168.86º69.31%60.39%-
HSV(B)168.86º62.5%87.84%-
XYZ40.559.2762.73-
YUV179.18138.6260.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.60%
GREEN value IS 224 (87.89% from 255) = 44.27%
BLUE value IS 198 (77.73% from 255) = 39.13%
R=16.60%
G=44.27%
B=39.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal842241980.6200.120.12168.8669.3160.39
Hex54E0C63E0CCa9453c
Octal124340306760141425110574
Binary10101001110000011000110111110011001100101010011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54e0c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,224,198); }

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

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

 a { background-color: rgb(84,224,198); }

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

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

 span { border-color: rgb(84,224,198); }

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