Html Css Color HEX #54CDC8 Medium Turquoise

📋 copy color: '#54CDC8'

red 84 ◦ green 205 ◦ blue 200

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

Shades of Medium Turquoise #54CDC8

Tints of Medium Turquoise #54CDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.9%

R = 17.18%
G = 41.92%
B = 40.9%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#54CDC8 (or 0x54CDC8) is known color: Medium Turquoise. HEX triplet: 54, CD and C8. RGB value is (84,205,200). Sum of RGB (Red+Green+Blue) = 84+205+200=489 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.18% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 200 (78.52% from 255 or 40.90% from 489); Max value from RGB is 205 - color contains mainly: green. Hex color #54CDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CDC8 is #AB3237. Grayscale: #A8A8A8. Windows color (decimal): -11219512 or 13159764. OLE color: 13159764.

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

Color convert

RGB 84 205 200 -
CMYK 0.59 0 0.02 0.20
HSL 177.52º 0.55% 0.57% -
HSV(B) 177.52º 0.59% 0.8% -
XYZ 35.91 49.72 62.35 -
YUV 168.25 145.91 67.91 -
System Red Green Blue C M Y K H S L
Decimal 84 205 200 0.59 0 0.02 0.20 177.52 0.55 0.57
Hex 54 CD C8 3B 0 2 14 B2 37 39
Octal 124 315 310 73 0 2 24 262 67 71
Binary 1010100 11001101 11001000 111011 0 10 10100 10110010 110111 111001

Color Harmonies of #54CDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CDC8

Black with #54CDC8

Text Example


Text Example

White with #54CDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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