Html Css Color HEX #54DCC3 Medium Turquoise

📋 copy color: '#54DCC3'

red 84 ◦ green 220 ◦ blue 195

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

Shades of Medium Turquoise #54DCC3

Tints of Medium Turquoise #54DCC3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.09%

 BLUE value IS 195 (76.56% from 255) = 39.08%

R = 16.83%
G = 44.09%
B = 39.08%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#54DCC3 (or 0x54DCC3) is known color: Medium Turquoise. HEX triplet: 54, DC and C3. RGB value is (84,220,195). Sum of RGB (Red+Green+Blue) = 84+220+195=499 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.83% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 195 (76.56% from 255 or 39.08% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #54DCC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DCC3 is #AB233C. Grayscale: #B0B0B0. Windows color (decimal): -11215677 or 12835924. OLE color: 12835924.

HSL color Cylindrical-coordinate representation of color #54DCC3: hue angle of 168.97º 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 #54DCC3 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 220 195 -
CMYK 0.62 0 0.11 0.14
HSL 168.97º 0.66% 0.6% -
HSV(B) 168.97º 0.62% 0.86% -
XYZ 39.1 57.01 60.57 -
YUV 176.49 138.44 62.03 -
System Red Green Blue C M Y K H S L
Decimal 84 220 195 0.62 0 0.11 0.14 168.97 0.66 0.6
Hex 54 DC C3 3E 0 B E A9 42 3C
Octal 124 334 303 76 0 13 16 251 102 74
Binary 1010100 11011100 11000011 111110 0 1011 1110 10101001 1000010 111100

Color Harmonies of #54DCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DCC3

Black with #54DCC3

Text Example


Text Example

White with #54DCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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