Html Css Color HEX #54C7CD Medium Turquoise

📋 copy color: '#54C7CD'

red 84 ◦ green 199 ◦ blue 205

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

Shades of Medium Turquoise #54C7CD

Tints of Medium Turquoise #54C7CD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.78%

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

R = 17.21%
G = 40.78%
B = 42.01%

CMYK

 C value IS 0.59

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#54C7CD (or 0x54C7CD) is known color: Medium Turquoise. HEX triplet: 54, C7 and CD. RGB value is (84,199,205). Sum of RGB (Red+Green+Blue) = 84+199+205=488 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.21% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #54C7CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C7CD is #AB3832. Grayscale: #A5A5A5. Windows color (decimal): -11221043 or 13485908. OLE color: 13485908.

HSL color Cylindrical-coordinate representation of color #54C7CD: hue angle of 182.98º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54C7CD is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 199 205 -
CMYK 0.59 0.03 0 0.20
HSL 182.98º 0.55% 0.57% -
HSV(B) 182.98º 0.59% 0.8% -
XYZ 35.1 47.14 65.01 -
YUV 165.3 150.4 70.01 -
System Red Green Blue C M Y K H S L
Decimal 84 199 205 0.59 0.03 0 0.20 182.98 0.55 0.57
Hex 54 C7 CD 3B 3 0 14 B7 37 39
Octal 124 307 315 73 3 0 24 267 67 71
Binary 1010100 11000111 11001101 111011 11 0 10100 10110111 110111 111001

Color Harmonies of #54C7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C7CD

Black with #54C7CD

Text Example


Text Example

White with #54C7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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