Html Css Color HEX #54EFC9 Turquoise

📋 copy color: '#54EFC9'

red 84 ◦ green 239 ◦ blue 201

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

Shades of Turquoise #54EFC9

Tints of Turquoise #54EFC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.36%

R = 16.03%
G = 45.61%
B = 38.36%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#54EFC9 (or 0x54EFC9) is known color: Turquoise. HEX triplet: 54, EF and C9. RGB value is (84,239,201). Sum of RGB (Red+Green+Blue) = 84+239+201=524 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.03% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 239 - color contains mainly: green. Hex color #54EFC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EFC9 is #AB1036. Grayscale: #BCBCBC. Windows color (decimal): -11210807 or 13234004. OLE color: 13234004.

HSL color Cylindrical-coordinate representation of color #54EFC9: hue angle of 165.29º 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 #54EFC9 is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 84 239 201 -
CMYK 0.65 0 0.16 0.06
HSL 165.29º 0.83% 0.63% -
HSV(B) 165.29º 0.65% 0.94% -
XYZ 45.07 67.83 65.98 -
YUV 188.32 135.15 53.59 -
System Red Green Blue C M Y K H S L
Decimal 84 239 201 0.65 0 0.16 0.06 165.29 0.83 0.63
Hex 54 EF C9 41 0 10 6 A5 53 3F
Octal 124 357 311 101 0 20 6 245 123 77
Binary 1010100 11101111 11001001 1000001 0 10000 110 10100101 1010011 111111

Color Harmonies of #54EFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54EFC9

Black with #54EFC9

Text Example


Text Example

White with #54EFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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