Html Css Color HEX #54FABD Turquoise

📋 copy color: '#54FABD'

red 84 ◦ green 250 ◦ blue 189

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

Shades of Turquoise #54FABD

Tints of Turquoise #54FABD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.8%

 BLUE value IS 189 (74.22% from 255) = 36.14%

R = 16.06%
G = 47.8%
B = 36.14%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#54FABD (or 0x54FABD) is known color: Turquoise. HEX triplet: 54, FA and BD. RGB value is (84,250,189). Sum of RGB (Red+Green+Blue) = 84+250+189=523 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.06% from 523); Green value is 250 (98.05% from 255 or 47.80% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 250 - color contains mainly: green. Hex color #54FABD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FABD is #AB0542. Grayscale: #C1C1C1. Windows color (decimal): -11208003 or 12450388. OLE color: 12450388.

HSL color Cylindrical-coordinate representation of color #54FABD: hue angle of 157.95º degrees, saturation: 0.94, 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 #54FABD is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 250 189 -
CMYK 0.66 0 0.24 0.02
HSL 157.95º 0.94% 0.65% -
HSV(B) 157.95º 0.66% 0.98% -
XYZ 47.03 73.93 59.94 -
YUV 193.41 125.5 49.96 -
System Red Green Blue C M Y K H S L
Decimal 84 250 189 0.66 0 0.24 0.02 157.95 0.94 0.65
Hex 54 FA BD 42 0 18 2 9E 5E 41
Octal 124 372 275 102 0 30 2 236 136 101
Binary 1010100 11111010 10111101 1000010 0 11000 10 10011110 1011110 1000001

Color Harmonies of #54FABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54FABD

Black with #54FABD

Text Example


Text Example

White with #54FABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,250,189); }

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

background-color css

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

 a { background-color: rgb(84,250,189); }

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

border-color css

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

 span { border-color: rgb(84,250,189); }

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