Html Css Color HEX #54DACC Medium Turquoise

📋 copy color: '#54DACC'

red 84 ◦ green 218 ◦ blue 204

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

Shades of Medium Turquoise #54DACC

Tints of Medium Turquoise #54DACC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.08%

 BLUE value IS 204 (80.08% from 255) = 40.32%

R = 16.6%
G = 43.08%
B = 40.32%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#54DACC (or 0x54DACC) is known color: Medium Turquoise. HEX triplet: 54, DA and CC. RGB value is (84,218,204). Sum of RGB (Red+Green+Blue) = 84+218+204=506 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.60% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #54DACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DACC is #AB2533. Grayscale: #B0B0B0. Windows color (decimal): -11216180 or 13425236. OLE color: 13425236.

HSL color Cylindrical-coordinate representation of color #54DACC: hue angle of 173.73º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54DACC is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 84 218 204 -
CMYK 0.61 0 0.06 0.15
HSL 173.73º 0.64% 0.59% -
HSV(B) 173.73º 0.61% 0.85% -
XYZ 39.63 56.39 65.92 -
YUV 176.34 143.61 62.14 -
System Red Green Blue C M Y K H S L
Decimal 84 218 204 0.61 0 0.06 0.15 173.73 0.64 0.59
Hex 54 DA CC 3D 0 6 F AE 40 3B
Octal 124 332 314 75 0 6 17 256 100 73
Binary 1010100 11011010 11001100 111101 0 110 1111 10101110 1000000 111011

Color Harmonies of #54DACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DACC

Black with #54DACC

Text Example


Text Example

White with #54DACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,218,204); }

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

background-color css

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

 a { background-color: rgb(84,218,204); }

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

border-color css

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

 span { border-color: rgb(84,218,204); }

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