Html Css Color HEX #54CABA Medium Turquoise

📋 copy color: '#54CABA'

red 84 ◦ green 202 ◦ blue 186

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

Shades of Medium Turquoise #54CABA

Tints of Medium Turquoise #54CABA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.8%

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

R = 17.8%
G = 42.8%
B = 39.41%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#54CABA (or 0x54CABA) is known color: Medium Turquoise. HEX triplet: 54, CA and BA. RGB value is (84,202,186). Sum of RGB (Red+Green+Blue) = 84+202+186=472 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.80% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #54CABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CABA is #AB3545. Grayscale: #A4A4A4. Windows color (decimal): -11220294 or 12241492. OLE color: 12241492.

HSL color Cylindrical-coordinate representation of color #54CABA: hue angle of 171.86º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54CABA is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 84 202 186 -
CMYK 0.58 0 0.08 0.21
HSL 171.86º 0.53% 0.56% -
HSV(B) 171.86º 0.58% 0.79% -
XYZ 33.64 47.67 53.88 -
YUV 164.89 139.91 70.3 -
System Red Green Blue C M Y K H S L
Decimal 84 202 186 0.58 0 0.08 0.21 171.86 0.53 0.56
Hex 54 CA BA 3A 0 8 15 AC 35 38
Octal 124 312 272 72 0 10 25 254 65 70
Binary 1010100 11001010 10111010 111010 0 1000 10101 10101100 110101 111000

Color Harmonies of #54CABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CABA

Black with #54CABA

Text Example


Text Example

White with #54CABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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