Html Css Color HEX #54CAB8 Medium Turquoise

📋 copy color: '#54CAB8'

red 84 ◦ green 202 ◦ blue 184

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

Shades of Medium Turquoise #54CAB8

Tints of Medium Turquoise #54CAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.15%

R = 17.87%
G = 42.98%
B = 39.15%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#54CAB8 (or 0x54CAB8) is known color: Medium Turquoise. HEX triplet: 54, CA and B8. RGB value is (84,202,184). Sum of RGB (Red+Green+Blue) = 84+202+184=470 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.87% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 184 (72.27% from 255 or 39.15% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #54CAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CAB8 is #AB3547. Grayscale: #A4A4A4. Windows color (decimal): -11220296 or 12110420. OLE color: 12110420.

HSL color Cylindrical-coordinate representation of color #54CAB8: hue angle of 170.85º 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 #54CAB8 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 84 202 184 -
CMYK 0.58 0 0.09 0.21
HSL 170.85º 0.53% 0.56% -
HSV(B) 170.85º 0.58% 0.79% -
XYZ 33.43 47.59 52.77 -
YUV 164.67 138.91 70.46 -
System Red Green Blue C M Y K H S L
Decimal 84 202 184 0.58 0 0.09 0.21 170.85 0.53 0.56
Hex 54 CA B8 3A 0 9 15 AB 35 38
Octal 124 312 270 72 0 11 25 253 65 70
Binary 1010100 11001010 10111000 111010 0 1001 10101 10101011 110101 111000

Color Harmonies of #54CAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CAB8

Black with #54CAB8

Text Example


Text Example

White with #54CAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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