Html Css Color HEX #54D2CC Medium Turquoise

📋 copy color: '#54D2CC'

red 84 ◦ green 210 ◦ blue 204

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

Shades of Medium Turquoise #54D2CC

Tints of Medium Turquoise #54D2CC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.17%

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

R = 16.87%
G = 42.17%
B = 40.96%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#54D2CC (or 0x54D2CC) is known color: Medium Turquoise. HEX triplet: 54, D2 and CC. RGB value is (84,210,204). Sum of RGB (Red+Green+Blue) = 84+210+204=498 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.87% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 210 - color contains mainly: green. Hex color #54D2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D2CC is #AB2D33. Grayscale: #ABABAB. Windows color (decimal): -11218228 or 13423188. OLE color: 13423188.

HSL color Cylindrical-coordinate representation of color #54D2CC: hue angle of 177.14º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54D2CC is Cyan = 0.6, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 84 210 204 -
CMYK 0.6 0 0.03 0.18
HSL 177.14º 0.58% 0.58% -
HSV(B) 177.14º 0.6% 0.82% -
XYZ 37.6 52.34 65.25 -
YUV 171.64 146.26 65.49 -
System Red Green Blue C M Y K H S L
Decimal 84 210 204 0.6 0 0.03 0.18 177.14 0.58 0.58
Hex 54 D2 CC 3C 0 3 12 B1 3A 3A
Octal 124 322 314 74 0 3 22 261 72 72
Binary 1010100 11010010 11001100 111100 0 11 10010 10110001 111010 111010

Color Harmonies of #54D2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54D2CC

Black with #54D2CC

Text Example


Text Example

White with #54D2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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