Html Css Color HEX #54CBBA Medium Turquoise

📋 copy color: '#54CBBA'

red 84 ◦ green 203 ◦ blue 186

#54CBBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #54CBBA

Tints of Medium Turquoise #54CBBA

RGB

 RED value IS 84 (33.2% from 255) = 17.76%

 GREEN value IS 203 (79.69% from 255) = 42.92%

 BLUE value IS 186 (73.05% from 255) = 39.32%

R = 17.76%
G = 42.92%
B = 39.32%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#54CBBA (or 0x54CBBA) is known color: Medium Turquoise. HEX triplet: 54, CB and BA. RGB value is (84,203,186). Sum of RGB (Red+Green+Blue) = 84+203+186=473 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.76% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 203 - color contains mainly: green. Hex color #54CBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CBBA is #AB3445. Grayscale: #A5A5A5. Windows color (decimal): -11220038 or 12241748. OLE color: 12241748.

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

Color convert

RGB 84 203 186 -
CMYK 0.59 0 0.08 0.20
HSL 171.43º 0.53% 0.56% -
HSV(B) 171.43º 0.59% 0.8% -
XYZ 33.88 48.14 53.96 -
YUV 165.48 139.58 69.88 -
System Red Green Blue C M Y K H S L
Decimal 84 203 186 0.59 0 0.08 0.20 171.43 0.53 0.56
Hex 54 CB BA 3B 0 8 14 AB 35 38
Octal 124 313 272 73 0 10 24 253 65 70
Binary 1010100 11001011 10111010 111011 0 1000 10100 10101011 110101 111000

Color Harmonies of #54CBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CBBA

Black with #54CBBA

Text Example


Text Example

White with #54CBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54CBBA;
 }
 .AnyTagClassName
 {
   color: #54CBBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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