Html Css Color HEX #57FABB Turquoise

📋 copy color: '#57FABB'

red 87 ◦ green 250 ◦ blue 187

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

Shades of Turquoise #57FABB

Tints of Turquoise #57FABB

RGB

 RED value IS 87 (34.38% from 255) = 16.6%

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

 BLUE value IS 187 (73.44% from 255) = 35.69%

R = 16.6%
G = 47.71%
B = 35.69%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#57FABB (or 0x57FABB) is known color: Turquoise. HEX triplet: 57, FA and BB. RGB value is (87,250,187). Sum of RGB (Red+Green+Blue) = 87+250+187=524 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.60% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 250 - color contains mainly: green. Hex color #57FABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FABB is #A80544. Grayscale: #C2C2C2. Windows color (decimal): -11011397 or 12319319. OLE color: 12319319.

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

Color convert

RGB 87 250 187 -
CMYK 0.65 0 0.25 0.02
HSL 156.81º 0.94% 0.66% -
HSV(B) 156.81º 0.65% 0.98% -
XYZ 47.09 73.99 58.81 -
YUV 194.08 124 51.62 -
System Red Green Blue C M Y K H S L
Decimal 87 250 187 0.65 0 0.25 0.02 156.81 0.94 0.66
Hex 57 FA BB 41 0 19 2 9D 5E 42
Octal 127 372 273 101 0 31 2 235 136 102
Binary 1010111 11111010 10111011 1000001 0 11001 10 10011101 1011110 1000010

Color Harmonies of #57FABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57FABB

Black with #57FABB

Text Example


Text Example

White with #57FABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57FABB; }

 p { color: rgb(87,250,187); }

 H1.HeaderClassName
 {
   color: #57FABB;
 }
 .AnyTagClassName
 {
   color: #57FABB;
 }
</style>

background-color css

<style>
 a { background-color: #57FABB; }

 a { background-color: rgb(87,250,187); }

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

border-color css

<style>
 span { border-color: #57FABB; }

 span { border-color: rgb(87,250,187); }

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