Html Css Color HEX #54CCC0 Medium Turquoise

📋 copy color: '#54CCC0'

red 84 ◦ green 204 ◦ blue 192

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

Shades of Medium Turquoise #54CCC0

Tints of Medium Turquoise #54CCC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40%

R = 17.5%
G = 42.5%
B = 40%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#54CCC0 (or 0x54CCC0) is known color: Medium Turquoise. HEX triplet: 54, CC and C0. RGB value is (84,204,192). Sum of RGB (Red+Green+Blue) = 84+204+192=480 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.5% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 204 - color contains mainly: green. Hex color #54CCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CCC0 is #AB333F. Grayscale: #A6A6A6. Windows color (decimal): -11219776 or 12635220. OLE color: 12635220.

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

Color convert

RGB 84 204 192 -
CMYK 0.59 0 0.06 0.2
HSL 174º 0.54% 0.56% -
HSV(B) 174º 0.59% 0.8% -
XYZ 34.76 48.88 57.47 -
YUV 166.75 142.24 68.98 -
System Red Green Blue C M Y K H S L
Decimal 84 204 192 0.59 0 0.06 0.2 174 0.54 0.56
Hex 54 CC C0 3B 0 6 14 AE 36 38
Octal 124 314 300 73 0 6 24 256 66 70
Binary 1010100 11001100 11000000 111011 0 110 10100 10101110 110110 111000

Color Harmonies of #54CCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CCC0

Black with #54CCC0

Text Example


Text Example

White with #54CCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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