#54CBBD

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

Shades of Medium Turquoise #54CBBD

Tints of Medium Turquoise #54CBBD

Color information

#54CBBD (or 0x54CBBD) is unknown color: approx Medium Turquoise. HEX triplet: 54, CB and BD. RGB value is (84,203,189). Sum of RGB (Red+Green+Blue) = 84+203+189=476 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.65% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 203 - color contains mainly: green. Hex color #54CBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CBBD is #AB3442. Grayscale: #A5A5A5. Windows color (decimal): -11220035 or 12438356. OLE color: 12438356.

HSL color Cylindrical-coordinate representation of color #54CBBD: hue angle of 172.94º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54CBBD is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB84203189-
CMYK0.5900.070.20
HSL172.94º53.36%56.27%-
HSV(B)172.94º58.62%79.61%-
XYZ34.248.2755.66-
YUV165.82141.0869.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.65%
GREEN value IS 203 (79.69% from 255) = 42.65%
BLUE value IS 189 (74.22% from 255) = 39.71%
R=17.65%
G=42.65%
B=39.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal842031890.5900.070.20172.9453.3656.27
Hex54CBBD3B0714ad3538
Octal1243132757307242556570
Binary1010100110010111011110111101101111010010101101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54CBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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