Html Css Color HEX #54D9CC Medium Turquoise

📋 copy color: '#54D9CC'

red 84 ◦ green 217 ◦ blue 204

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

Shades of Medium Turquoise #54D9CC

Tints of Medium Turquoise #54D9CC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.97%

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

R = 16.63%
G = 42.97%
B = 40.4%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#54D9CC (or 0x54D9CC) is known color: Medium Turquoise. HEX triplet: 54, D9 and CC. RGB value is (84,217,204). Sum of RGB (Red+Green+Blue) = 84+217+204=505 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.63% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 217 - color contains mainly: green. Hex color #54D9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D9CC is #AB2633. Grayscale: #AFAFAF. Windows color (decimal): -11216436 or 13424980. OLE color: 13424980.

HSL color Cylindrical-coordinate representation of color #54D9CC: hue angle of 174.14º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54D9CC is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 84 217 204 -
CMYK 0.61 0 0.06 0.15
HSL 174.14º 0.64% 0.59% -
HSV(B) 174.14º 0.61% 0.85% -
XYZ 39.37 55.87 65.84 -
YUV 175.75 143.94 62.56 -
System Red Green Blue C M Y K H S L
Decimal 84 217 204 0.61 0 0.06 0.15 174.14 0.64 0.59
Hex 54 D9 CC 3D 0 6 F AE 40 3B
Octal 124 331 314 75 0 6 17 256 100 73
Binary 1010100 11011001 11001100 111101 0 110 1111 10101110 1000000 111011

Color Harmonies of #54D9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54D9CC

Black with #54D9CC

Text Example


Text Example

White with #54D9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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