Html Css Color HEX #54C9BE Medium Turquoise

📋 copy color: '#54C9BE'

red 84 ◦ green 201 ◦ blue 190

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

Shades of Medium Turquoise #54C9BE

Tints of Medium Turquoise #54C9BE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.32%

 BLUE value IS 190 (74.61% from 255) = 40%

R = 17.68%
G = 42.32%
B = 40%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#54C9BE (or 0x54C9BE) is known color: Medium Turquoise. HEX triplet: 54, C9 and BE. RGB value is (84,201,190). Sum of RGB (Red+Green+Blue) = 84+201+190=475 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.68% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #54C9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C9BE is #AB3641. Grayscale: #A4A4A4. Windows color (decimal): -11220546 or 12503380. OLE color: 12503380.

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

Color convert

RGB 84 201 190 -
CMYK 0.58 0 0.05 0.21
HSL 174.36º 0.52% 0.56% -
HSV(B) 174.36º 0.58% 0.79% -
XYZ 33.84 47.38 56.08 -
YUV 164.76 142.24 70.39 -
System Red Green Blue C M Y K H S L
Decimal 84 201 190 0.58 0 0.05 0.21 174.36 0.52 0.56
Hex 54 C9 BE 3A 0 5 15 AE 34 38
Octal 124 311 276 72 0 5 25 256 64 70
Binary 1010100 11001001 10111110 111010 0 101 10101 10101110 110100 111000

Color Harmonies of #54C9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C9BE

Black with #54C9BE

Text Example


Text Example

White with #54C9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,201,190); }

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

background-color css

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

 a { background-color: rgb(84,201,190); }

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

border-color css

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

 span { border-color: rgb(84,201,190); }

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