Html Css Color HEX #54EFC7 Turquoise

📋 copy color: '#54EFC7'

red 84 ◦ green 239 ◦ blue 199

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

Shades of Turquoise #54EFC7

Tints of Turquoise #54EFC7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.79%

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

R = 16.09%
G = 45.79%
B = 38.12%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#54EFC7 (or 0x54EFC7) is known color: Turquoise. HEX triplet: 54, EF and C7. RGB value is (84,239,199). Sum of RGB (Red+Green+Blue) = 84+239+199=522 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.09% from 522); Green value is 239 (93.75% from 255 or 45.79% from 522); Blue value is 199 (78.12% from 255 or 38.12% from 522); Max value from RGB is 239 - color contains mainly: green. Hex color #54EFC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EFC7 is #AB1038. Grayscale: #BCBCBC. Windows color (decimal): -11210809 or 13102932. OLE color: 13102932.

HSL color Cylindrical-coordinate representation of color #54EFC7: hue angle of 164.52º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54EFC7 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 84 239 199 -
CMYK 0.65 0 0.17 0.06
HSL 164.52º 0.83% 0.63% -
HSV(B) 164.52º 0.65% 0.94% -
XYZ 44.83 67.74 64.75 -
YUV 188.1 134.15 53.75 -
System Red Green Blue C M Y K H S L
Decimal 84 239 199 0.65 0 0.17 0.06 164.52 0.83 0.63
Hex 54 EF C7 41 0 11 6 A5 53 3F
Octal 124 357 307 101 0 21 6 245 123 77
Binary 1010100 11101111 11000111 1000001 0 10001 110 10100101 1010011 111111

Color Harmonies of #54EFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54EFC7

Black with #54EFC7

Text Example


Text Example

White with #54EFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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