Html Css Color HEX #54C4CC Medium Turquoise

📋 copy color: '#54C4CC'

red 84 ◦ green 196 ◦ blue 204

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

Shades of Medium Turquoise #54C4CC

Tints of Medium Turquoise #54C4CC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.5%

 BLUE value IS 204 (80.08% from 255) = 42.15%

R = 17.36%
G = 40.5%
B = 42.15%

CMYK

 C value IS 0.59

 M value IS 0.04

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#54C4CC (or 0x54C4CC) is known color: Medium Turquoise. HEX triplet: 54, C4 and CC. RGB value is (84,196,204). Sum of RGB (Red+Green+Blue) = 84+196+204=484 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.36% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #54C4CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C4CC is #AB3B33. Grayscale: #A3A3A3. Windows color (decimal): -11221812 or 13419604. OLE color: 13419604.

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

Color convert

RGB 84 196 204 -
CMYK 0.59 0.04 0 0.2
HSL 184º 0.54% 0.56% -
HSV(B) 184º 0.59% 0.8% -
XYZ 34.3 45.72 64.14 -
YUV 163.42 150.89 71.35 -
System Red Green Blue C M Y K H S L
Decimal 84 196 204 0.59 0.04 0 0.2 184 0.54 0.56
Hex 54 C4 CC 3B 4 0 14 B8 36 38
Octal 124 304 314 73 4 0 24 270 66 70
Binary 1010100 11000100 11001100 111011 100 0 10100 10111000 110110 111000

Color Harmonies of #54C4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C4CC

Black with #54C4CC

Text Example


Text Example

White with #54C4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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