Html Css Color HEX #54D5CD Medium Turquoise

📋 copy color: '#54D5CD'

red 84 ◦ green 213 ◦ blue 205

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

Shades of Medium Turquoise #54D5CD

Tints of Medium Turquoise #54D5CD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.43%

 BLUE value IS 205 (80.47% from 255) = 40.84%

R = 16.73%
G = 42.43%
B = 40.84%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#54D5CD (or 0x54D5CD) is known color: Medium Turquoise. HEX triplet: 54, D5 and CD. RGB value is (84,213,205). Sum of RGB (Red+Green+Blue) = 84+213+205=502 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.73% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 213 - color contains mainly: green. Hex color #54D5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D5CD is #AB2A32. Grayscale: #ADADAD. Windows color (decimal): -11217459 or 13489492. OLE color: 13489492.

HSL color Cylindrical-coordinate representation of color #54D5CD: hue angle of 176.28º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54D5CD is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 84 213 205 -
CMYK 0.61 0 0.04 0.16
HSL 176.28º 0.61% 0.58% -
HSV(B) 176.28º 0.61% 0.84% -
XYZ 38.47 53.88 66.13 -
YUV 173.52 145.76 64.15 -
System Red Green Blue C M Y K H S L
Decimal 84 213 205 0.61 0 0.04 0.16 176.28 0.61 0.58
Hex 54 D5 CD 3D 0 4 10 B0 3D 3A
Octal 124 325 315 75 0 4 20 260 75 72
Binary 1010100 11010101 11001101 111101 0 100 10000 10110000 111101 111010

Color Harmonies of #54D5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54D5CD

Black with #54D5CD

Text Example


Text Example

White with #54D5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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