Html Css Color HEX #54CEBD Medium Turquoise

📋 copy color: '#54CEBD'

red 84 ◦ green 206 ◦ blue 189

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

Shades of Medium Turquoise #54CEBD

Tints of Medium Turquoise #54CEBD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.01%

 BLUE value IS 189 (74.22% from 255) = 39.46%

R = 17.54%
G = 43.01%
B = 39.46%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#54CEBD (or 0x54CEBD) is known color: Medium Turquoise. HEX triplet: 54, CE and BD. RGB value is (84,206,189). Sum of RGB (Red+Green+Blue) = 84+206+189=479 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.54% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 206 - color contains mainly: green. Hex color #54CEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CEBD is #AB3142. Grayscale: #A7A7A7. Windows color (decimal): -11219267 or 12439124. OLE color: 12439124.

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

Color convert

RGB 84 206 189 -
CMYK 0.59 0 0.08 0.19
HSL 171.64º 0.55% 0.57% -
HSV(B) 171.64º 0.59% 0.81% -
XYZ 34.91 49.7 55.9 -
YUV 167.58 140.08 68.38 -
System Red Green Blue C M Y K H S L
Decimal 84 206 189 0.59 0 0.08 0.19 171.64 0.55 0.57
Hex 54 CE BD 3B 0 8 13 AC 37 39
Octal 124 316 275 73 0 10 23 254 67 71
Binary 1010100 11001110 10111101 111011 0 1000 10011 10101100 110111 111001

Color Harmonies of #54CEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CEBD

Black with #54CEBD

Text Example


Text Example

White with #54CEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,206,189); }

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

background-color css

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

 a { background-color: rgb(84,206,189); }

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

border-color css

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

 span { border-color: rgb(84,206,189); }

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