#54CBBC

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

Shades of Medium Turquoise #54CBBC

Tints of Medium Turquoise #54CBBC

Color information

#54CBBC (or 0x54CBBC) is unknown color: approx Medium Turquoise. HEX triplet: 54, CB and BC. RGB value is (84,203,188). Sum of RGB (Red+Green+Blue) = 84+203+188=475 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.68% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 203 - color contains mainly: green. Hex color #54CBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CBBC is #AB3443. Grayscale: #A5A5A5. Windows color (decimal): -11220036 or 12372820. OLE color: 12372820.

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

Color convert

RGB84203188-
CMYK0.5900.070.20
HSL172.44º53.36%56.27%-
HSV(B)172.44º58.62%79.61%-
XYZ34.0948.2355.09-
YUV165.71140.5869.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.68%
GREEN value IS 203 (79.69% from 255) = 42.74%
BLUE value IS 188 (73.83% from 255) = 39.58%
R=17.68%
G=42.74%
B=39.58%

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
Decimal842031880.5900.070.20172.4453.3656.27
Hex54CBBC3B0714ac3538
Octal1243132747307242546570
Binary1010100110010111011110011101101111010010101100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54CBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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