#54ffcb

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

Shades of Turquoise #54FFCB

Tints of Turquoise #54FFCB

Color information

#54FFCB (or 0x54FFCB) is unknown color: approx Turquoise. HEX triplet: 54, FF and CB. RGB value is (84,255,203). Sum of RGB (Red+Green+Blue) = 84+255+203=542 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.50% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #54FFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FFCB is #AB0034. Grayscale: #C5C5C5. Windows color (decimal): -11206709 or 13369172. OLE color: 13369172.

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

Color convert

RGB84255203-
CMYK0.6700.200
HSL161.75º100%66.47%-
HSV(B)161.75º67.06%100%-
XYZ50.277.7268.86-
YUV197.94130.8546.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.50%
GREEN value IS 255 (100% from 255) = 47.05%
BLUE value IS 203 (79.69% from 255) = 37.45%
R=15.50%
G=47.05%
B=37.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal842552030.6700.200161.7510066.47
Hex54FFCB430140a26442
Octal1243773131030240242144102
Binary10101001111111111001011100001101010001010001011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54ffcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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