Html Css Color HEX #54EEC7 Turquoise

📋 copy color: '#54EEC7'

red 84 ◦ green 238 ◦ blue 199

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

Shades of Turquoise #54EEC7

Tints of Turquoise #54EEC7

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.68%

 BLUE value IS 199 (78.13% from 255) = 38.2%

R = 16.12%
G = 45.68%
B = 38.2%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#54EEC7 (or 0x54EEC7) is known color: Turquoise. HEX triplet: 54, EE and C7. RGB value is (84,238,199). Sum of RGB (Red+Green+Blue) = 84+238+199=521 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.12% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 199 (78.12% from 255 or 38.20% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #54EEC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EEC7 is #AB1138. Grayscale: #BBBBBB. Windows color (decimal): -11211065 or 13102676. OLE color: 13102676.

HSL color Cylindrical-coordinate representation of color #54EEC7: hue angle of 164.81º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54EEC7 is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 84 238 199 -
CMYK 0.65 0 0.16 0.07
HSL 164.81º 0.82% 0.63% -
HSV(B) 164.81º 0.65% 0.93% -
XYZ 44.54 67.16 64.65 -
YUV 187.51 134.48 54.17 -
System Red Green Blue C M Y K H S L
Decimal 84 238 199 0.65 0 0.16 0.07 164.81 0.82 0.63
Hex 54 EE C7 41 0 10 7 A5 52 3F
Octal 124 356 307 101 0 20 7 245 122 77
Binary 1010100 11101110 11000111 1000001 0 10000 111 10100101 1010010 111111

Color Harmonies of #54EEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54EEC7

Black with #54EEC7

Text Example


Text Example

White with #54EEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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