Html Css Color HEX #54C9C6 Medium Turquoise

📋 copy color: '#54C9C6'

red 84 ◦ green 201 ◦ blue 198

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

Shades of Medium Turquoise #54C9C6

Tints of Medium Turquoise #54C9C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.99%

R = 17.39%
G = 41.61%
B = 40.99%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#54C9C6 (or 0x54C9C6) is known color: Medium Turquoise. HEX triplet: 54, C9 and C6. RGB value is (84,201,198). Sum of RGB (Red+Green+Blue) = 84+201+198=483 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.39% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 198 (77.73% from 255 or 40.99% from 483); Max value from RGB is 201 - color contains mainly: green. Hex color #54C9C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C9C6 is #AB3639. Grayscale: #A5A5A5. Windows color (decimal): -11220538 or 13027668. OLE color: 13027668.

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

Color convert

RGB 84 201 198 -
CMYK 0.58 0 0.01 0.21
HSL 178.46º 0.52% 0.56% -
HSV(B) 178.46º 0.58% 0.79% -
XYZ 34.74 47.74 60.81 -
YUV 165.68 146.24 69.74 -
System Red Green Blue C M Y K H S L
Decimal 84 201 198 0.58 0 0.01 0.21 178.46 0.52 0.56
Hex 54 C9 C6 3A 0 1 15 B2 34 38
Octal 124 311 306 72 0 1 25 262 64 70
Binary 1010100 11001001 11000110 111010 0 1 10101 10110010 110100 111000

Color Harmonies of #54C9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C9C6

Black with #54C9C6

Text Example


Text Example

White with #54C9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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