Html Css Color HEX #54CCC1 Medium Turquoise

📋 copy color: '#54CCC1'

red 84 ◦ green 204 ◦ blue 193

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

Shades of Medium Turquoise #54CCC1

Tints of Medium Turquoise #54CCC1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.41%

 BLUE value IS 193 (75.78% from 255) = 40.12%

R = 17.46%
G = 42.41%
B = 40.12%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#54CCC1 (or 0x54CCC1) is known color: Medium Turquoise. HEX triplet: 54, CC and C1. RGB value is (84,204,193). Sum of RGB (Red+Green+Blue) = 84+204+193=481 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.46% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #54CCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CCC1 is #AB333E. Grayscale: #A6A6A6. Windows color (decimal): -11219775 or 12700756. OLE color: 12700756.

HSL color Cylindrical-coordinate representation of color #54CCC1: hue angle of 174.5º degrees, saturation: 0.54, 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 #54CCC1 is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB 84 204 193 -
CMYK 0.59 0 0.05 0.2
HSL 174.5º 0.54% 0.56% -
HSV(B) 174.5º 0.59% 0.8% -
XYZ 34.87 48.92 58.06 -
YUV 166.87 142.74 68.89 -
System Red Green Blue C M Y K H S L
Decimal 84 204 193 0.59 0 0.05 0.2 174.5 0.54 0.56
Hex 54 CC C1 3B 0 5 14 AE 36 38
Octal 124 314 301 73 0 5 24 256 66 70
Binary 1010100 11001100 11000001 111011 0 101 10100 10101110 110110 111000

Color Harmonies of #54CCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CCC1

Black with #54CCC1

Text Example


Text Example

White with #54CCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,204,193); }

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

background-color css

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

 a { background-color: rgb(84,204,193); }

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

border-color css

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

 span { border-color: rgb(84,204,193); }

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