Html Css Color HEX #54C6CA Medium Turquoise

📋 copy color: '#54C6CA'

red 84 ◦ green 198 ◦ blue 202

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

Shades of Medium Turquoise #54C6CA

Tints of Medium Turquoise #54C6CA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.91%

 BLUE value IS 202 (79.3% from 255) = 41.74%

R = 17.36%
G = 40.91%
B = 41.74%

CMYK

 C value IS 0.58

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#54C6CA (or 0x54C6CA) is known color: Medium Turquoise. HEX triplet: 54, C6 and CA. RGB value is (84,198,202). Sum of RGB (Red+Green+Blue) = 84+198+202=484 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.36% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #54C6CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C6CA is #AB3935. Grayscale: #A4A4A4. Windows color (decimal): -11221302 or 13289044. OLE color: 13289044.

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

Color convert

RGB 84 198 202 -
CMYK 0.58 0.02 0 0.21
HSL 182.03º 0.53% 0.56% -
HSV(B) 182.03º 0.58% 0.79% -
XYZ 34.51 46.54 63.04 -
YUV 164.37 149.23 70.67 -
System Red Green Blue C M Y K H S L
Decimal 84 198 202 0.58 0.02 0 0.21 182.03 0.53 0.56
Hex 54 C6 CA 3A 2 0 15 B6 35 38
Octal 124 306 312 72 2 0 25 266 65 70
Binary 1010100 11000110 11001010 111010 10 0 10101 10110110 110101 111000

Color Harmonies of #54C6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C6CA

Black with #54C6CA

Text Example


Text Example

White with #54C6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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