Html Css Color HEX #54CDBE Medium Turquoise

📋 copy color: '#54CDBE'

red 84 ◦ green 205 ◦ blue 190

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

Shades of Medium Turquoise #54CDBE

Tints of Medium Turquoise #54CDBE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.8%

 BLUE value IS 190 (74.61% from 255) = 39.67%

R = 17.54%
G = 42.8%
B = 39.67%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#54CDBE (or 0x54CDBE) is known color: Medium Turquoise. HEX triplet: 54, CD and BE. RGB value is (84,205,190). Sum of RGB (Red+Green+Blue) = 84+205+190=479 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.54% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #54CDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CDBE is #AB3241. Grayscale: #A7A7A7. Windows color (decimal): -11219522 or 12504404. OLE color: 12504404.

HSL color Cylindrical-coordinate representation of color #54CDBE: hue angle of 172.56º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54CDBE is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 205 190 -
CMYK 0.59 0 0.07 0.20
HSL 172.56º 0.55% 0.57% -
HSV(B) 172.56º 0.59% 0.8% -
XYZ 34.78 49.27 56.39 -
YUV 167.11 140.91 68.72 -
System Red Green Blue C M Y K H S L
Decimal 84 205 190 0.59 0 0.07 0.20 172.56 0.55 0.57
Hex 54 CD BE 3B 0 7 14 AD 37 39
Octal 124 315 276 73 0 7 24 255 67 71
Binary 1010100 11001101 10111110 111011 0 111 10100 10101101 110111 111001

Color Harmonies of #54CDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CDBE

Black with #54CDBE

Text Example


Text Example

White with #54CDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,205,190); }

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

background-color css

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

 a { background-color: rgb(84,205,190); }

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

border-color css

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

 span { border-color: rgb(84,205,190); }

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