Html Css Color HEX #54F9C0 Turquoise

📋 copy color: '#54F9C0'

red 84 ◦ green 249 ◦ blue 192

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

Shades of Turquoise #54F9C0

Tints of Turquoise #54F9C0

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.43%

 BLUE value IS 192 (75.39% from 255) = 36.57%

R = 16%
G = 47.43%
B = 36.57%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#54F9C0 (or 0x54F9C0) is known color: Turquoise. HEX triplet: 54, F9 and C0. RGB value is (84,249,192). Sum of RGB (Red+Green+Blue) = 84+249+192=525 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16% from 525); Green value is 249 (97.66% from 255 or 47.43% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 249 - color contains mainly: green. Hex color #54F9C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F9C0 is #AB063F. Grayscale: #C1C1C1. Windows color (decimal): -11208256 or 12646740. OLE color: 12646740.

HSL color Cylindrical-coordinate representation of color #54F9C0: hue angle of 159.27º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54F9C0 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 249 192 -
CMYK 0.66 0 0.23 0.02
HSL 159.27º 0.93% 0.65% -
HSV(B) 159.27º 0.66% 0.98% -
XYZ 47.05 73.44 61.57 -
YUV 193.17 127.34 50.13 -
System Red Green Blue C M Y K H S L
Decimal 84 249 192 0.66 0 0.23 0.02 159.27 0.93 0.65
Hex 54 F9 C0 42 0 17 2 9F 5D 41
Octal 124 371 300 102 0 27 2 237 135 101
Binary 1010100 11111001 11000000 1000010 0 10111 10 10011111 1011101 1000001

Color Harmonies of #54F9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54F9C0

Black with #54F9C0

Text Example


Text Example

White with #54F9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,249,192); }

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

background-color css

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

 a { background-color: rgb(84,249,192); }

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

border-color css

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

 span { border-color: rgb(84,249,192); }

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