Html Css Color HEX #54D4CC Medium Turquoise

📋 copy color: '#54D4CC'

red 84 ◦ green 212 ◦ blue 204

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

Shades of Medium Turquoise #54D4CC

Tints of Medium Turquoise #54D4CC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.4%

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

R = 16.8%
G = 42.4%
B = 40.8%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#54D4CC (or 0x54D4CC) is known color: Medium Turquoise. HEX triplet: 54, D4 and CC. RGB value is (84,212,204). Sum of RGB (Red+Green+Blue) = 84+212+204=500 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.8% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 212 - color contains mainly: green. Hex color #54D4CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D4CC is #AB2B33. Grayscale: #ACACAC. Windows color (decimal): -11217716 or 13423700. OLE color: 13423700.

HSL color Cylindrical-coordinate representation of color #54D4CC: hue angle of 176.25º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54D4CC is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 84 212 204 -
CMYK 0.60 0 0.04 0.17
HSL 176.25º 0.6% 0.58% -
HSV(B) 176.25º 0.6% 0.83% -
XYZ 38.1 53.33 65.41 -
YUV 172.82 145.59 64.65 -
System Red Green Blue C M Y K H S L
Decimal 84 212 204 0.60 0 0.04 0.17 176.25 0.6 0.58
Hex 54 D4 CC 3C 0 4 11 B0 3C 3A
Octal 124 324 314 74 0 4 21 260 74 72
Binary 1010100 11010100 11001100 111100 0 100 10001 10110000 111100 111010

Color Harmonies of #54D4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54D4CC

Black with #54D4CC

Text Example


Text Example

White with #54D4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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