Html Css Color HEX #54DACD Medium Turquoise

📋 copy color: '#54DACD'

red 84 ◦ green 218 ◦ blue 205

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

Shades of Medium Turquoise #54DACD

Tints of Medium Turquoise #54DACD

RGB

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

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

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

R = 16.57%
G = 43%
B = 40.43%

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

#54DACD (or 0x54DACD) is known color: Medium Turquoise. HEX triplet: 54, DA and CD. RGB value is (84,218,205). Sum of RGB (Red+Green+Blue) = 84+218+205=507 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.57% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #54DACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DACD is #AB2532. Grayscale: #B0B0B0. Windows color (decimal): -11216179 or 13490772. OLE color: 13490772.

HSL color Cylindrical-coordinate representation of color #54DACD: hue angle of 174.18º 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 #54DACD is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 84 218 205 -
CMYK 0.61 0 0.06 0.15
HSL 174.18º 0.64% 0.59% -
HSV(B) 174.18º 0.61% 0.85% -
XYZ 39.75 56.44 66.56 -
YUV 176.45 144.11 62.06 -
System Red Green Blue C M Y K H S L
Decimal 84 218 205 0.61 0 0.06 0.15 174.18 0.64 0.59
Hex 54 DA CD 3D 0 6 F AE 40 3B
Octal 124 332 315 75 0 6 17 256 100 73
Binary 1010100 11011010 11001101 111101 0 110 1111 10101110 1000000 111011

Color Harmonies of #54DACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DACD

Black with #54DACD

Text Example


Text Example

White with #54DACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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