Html Css Color HEX #54D2CB Medium Turquoise

📋 copy color: '#54D2CB'

red 84 ◦ green 210 ◦ blue 203

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

Shades of Medium Turquoise #54D2CB

Tints of Medium Turquoise #54D2CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.85%

R = 16.9%
G = 42.25%
B = 40.85%

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

#54D2CB (or 0x54D2CB) is known color: Medium Turquoise. HEX triplet: 54, D2 and CB. RGB value is (84,210,203). Sum of RGB (Red+Green+Blue) = 84+210+203=497 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.90% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #54D2CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D2CB is #AB2D34. Grayscale: #ABABAB. Windows color (decimal): -11218229 or 13357652. OLE color: 13357652.

HSL color Cylindrical-coordinate representation of color #54D2CB: hue angle of 176.67º 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 #54D2CB is Cyan = 0.6, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 84 210 203 -
CMYK 0.6 0 0.03 0.18
HSL 176.67º 0.58% 0.58% -
HSV(B) 176.67º 0.6% 0.82% -
XYZ 37.48 52.29 64.62 -
YUV 171.53 145.76 65.57 -
System Red Green Blue C M Y K H S L
Decimal 84 210 203 0.6 0 0.03 0.18 176.67 0.58 0.58
Hex 54 D2 CB 3C 0 3 12 B1 3A 3A
Octal 124 322 313 74 0 3 22 261 72 72
Binary 1010100 11010010 11001011 111100 0 11 10010 10110001 111010 111010

Color Harmonies of #54D2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54D2CB

Black with #54D2CB

Text Example


Text Example

White with #54D2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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