Html Css Color HEX #54C9D0 Medium Turquoise

📋 copy color: '#54C9D0'

red 84 ◦ green 201 ◦ blue 208

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

Shades of Medium Turquoise #54C9D0

Tints of Medium Turquoise #54C9D0

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.77%

 BLUE value IS 208 (81.64% from 255) = 42.19%

R = 17.04%
G = 40.77%
B = 42.19%

CMYK

 C value IS 0.60

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#54C9D0 (or 0x54C9D0) is known color: Medium Turquoise. HEX triplet: 54, C9 and D0. RGB value is (84,201,208). Sum of RGB (Red+Green+Blue) = 84+201+208=493 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.04% from 493); Green value is 201 (78.91% from 255 or 40.77% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 208 - color contains mainly: blue. Hex color #54C9D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C9D0 is #AB362F. Grayscale: #A6A6A6. Windows color (decimal): -11220528 or 13683028. OLE color: 13683028.

HSL color Cylindrical-coordinate representation of color #54C9D0: hue angle of 183.39º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54C9D0 is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 84 201 208 -
CMYK 0.60 0.03 0 0.18
HSL 183.39º 0.57% 0.57% -
HSV(B) 183.39º 0.6% 0.82% -
XYZ 35.93 48.21 67.09 -
YUV 166.82 151.24 68.93 -
System Red Green Blue C M Y K H S L
Decimal 84 201 208 0.60 0.03 0 0.18 183.39 0.57 0.57
Hex 54 C9 D0 3C 3 0 12 B7 39 39
Octal 124 311 320 74 3 0 22 267 71 71
Binary 1010100 11001001 11010000 111100 11 0 10010 10110111 111001 111001

Color Harmonies of #54C9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C9D0

Black with #54C9D0

Text Example


Text Example

White with #54C9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,201,208); }

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

background-color css

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

 a { background-color: rgb(84,201,208); }

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

border-color css

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

 span { border-color: rgb(84,201,208); }

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