Html Css Color HEX #54C8DC Medium Turquoise

📋 copy color: '#54C8DC'

red 84 ◦ green 200 ◦ blue 220

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

Shades of Medium Turquoise #54C8DC

Tints of Medium Turquoise #54C8DC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.68%

 BLUE value IS 220 (86.33% from 255) = 43.65%

R = 16.67%
G = 39.68%
B = 43.65%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#54C8DC (or 0x54C8DC) is known color: Medium Turquoise. HEX triplet: 54, C8 and DC. RGB value is (84,200,220). Sum of RGB (Red+Green+Blue) = 84+200+220=504 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.67% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #54C8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C8DC is #AB3723. Grayscale: #A7A7A7. Windows color (decimal): -11220772 or 14469204. OLE color: 14469204.

HSL color Cylindrical-coordinate representation of color #54C8DC: hue angle of 188.82º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54C8DC is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 200 220 -
CMYK 0.62 0.09 0 0.14
HSL 188.82º 0.66% 0.6% -
HSV(B) 188.82º 0.62% 0.86% -
XYZ 37.23 48.36 75.08 -
YUV 167.6 157.57 68.37 -
System Red Green Blue C M Y K H S L
Decimal 84 200 220 0.62 0.09 0 0.14 188.82 0.66 0.6
Hex 54 C8 DC 3E 9 0 E BD 42 3C
Octal 124 310 334 76 11 0 16 275 102 74
Binary 1010100 11001000 11011100 111110 1001 0 1110 10111101 1000010 111100

Color Harmonies of #54C8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C8DC

Black with #54C8DC

Text Example


Text Example

White with #54C8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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