Html Css Color HEX #54C7CE Medium Turquoise

📋 copy color: '#54C7CE'

red 84 ◦ green 199 ◦ blue 206

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

Shades of Medium Turquoise #54C7CE

Tints of Medium Turquoise #54C7CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.13%

R = 17.18%
G = 40.7%
B = 42.13%

CMYK

 C value IS 0.59

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#54C7CE (or 0x54C7CE) is known color: Medium Turquoise. HEX triplet: 54, C7 and CE. RGB value is (84,199,206). Sum of RGB (Red+Green+Blue) = 84+199+206=489 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.18% from 489); Green value is 199 (78.12% from 255 or 40.70% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #54C7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C7CE is #AB3831. Grayscale: #A5A5A5. Windows color (decimal): -11221042 or 13551444. OLE color: 13551444.

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

Color convert

RGB 84 199 206 -
CMYK 0.59 0.03 0 0.19
HSL 183.44º 0.55% 0.57% -
HSV(B) 183.44º 0.59% 0.81% -
XYZ 35.22 47.19 65.64 -
YUV 165.41 150.9 69.93 -
System Red Green Blue C M Y K H S L
Decimal 84 199 206 0.59 0.03 0 0.19 183.44 0.55 0.57
Hex 54 C7 CE 3B 3 0 13 B7 37 39
Octal 124 307 316 73 3 0 23 267 67 71
Binary 1010100 11000111 11001110 111011 11 0 10011 10110111 110111 111001

Color Harmonies of #54C7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C7CE

Black with #54C7CE

Text Example


Text Example

White with #54C7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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