Html Css Color HEX #54CDBD Medium Turquoise

📋 copy color: '#54CDBD'

red 84 ◦ green 205 ◦ blue 189

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

Shades of Medium Turquoise #54CDBD

Tints of Medium Turquoise #54CDBD

RGB

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

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

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

R = 17.57%
G = 42.89%
B = 39.54%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#54CDBD (or 0x54CDBD) is known color: Medium Turquoise. HEX triplet: 54, CD and BD. RGB value is (84,205,189). Sum of RGB (Red+Green+Blue) = 84+205+189=478 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.57% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #54CDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CDBD is #AB3242. Grayscale: #A6A6A6. Windows color (decimal): -11219523 or 12438868. OLE color: 12438868.

HSL color Cylindrical-coordinate representation of color #54CDBD: hue angle of 172.07º 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 #54CDBD is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 205 189 -
CMYK 0.59 0 0.08 0.20
HSL 172.07º 0.55% 0.57% -
HSV(B) 172.07º 0.59% 0.8% -
XYZ 34.67 49.22 55.82 -
YUV 167 140.41 68.8 -
System Red Green Blue C M Y K H S L
Decimal 84 205 189 0.59 0 0.08 0.20 172.07 0.55 0.57
Hex 54 CD BD 3B 0 8 14 AC 37 39
Octal 124 315 275 73 0 10 24 254 67 71
Binary 1010100 11001101 10111101 111011 0 1000 10100 10101100 110111 111001

Color Harmonies of #54CDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CDBD

Black with #54CDBD

Text Example


Text Example

White with #54CDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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