Html Css Color HEX #54FACB Turquoise

📋 copy color: '#54FACB'

red 84 ◦ green 250 ◦ blue 203

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

Shades of Turquoise #54FACB

Tints of Turquoise #54FACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.8%

R = 15.64%
G = 46.55%
B = 37.8%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#54FACB (or 0x54FACB) is known color: Turquoise. HEX triplet: 54, FA and CB. RGB value is (84,250,203). Sum of RGB (Red+Green+Blue) = 84+250+203=537 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.64% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #54FACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FACB is #AB0534. Grayscale: #C3C3C3. Windows color (decimal): -11207989 or 13367892. OLE color: 13367892.

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

Color convert

RGB 84 250 203 -
CMYK 0.66 0 0.19 0.02
HSL 163.01º 0.94% 0.65% -
HSV(B) 163.01º 0.66% 0.98% -
XYZ 48.62 74.57 68.33 -
YUV 195.01 132.5 48.82 -
System Red Green Blue C M Y K H S L
Decimal 84 250 203 0.66 0 0.19 0.02 163.01 0.94 0.65
Hex 54 FA CB 42 0 13 2 A3 5E 41
Octal 124 372 313 102 0 23 2 243 136 101
Binary 1010100 11111010 11001011 1000010 0 10011 10 10100011 1011110 1000001

Color Harmonies of #54FACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54FACB

Black with #54FACB

Text Example


Text Example

White with #54FACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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