Html Css Color HEX #57F9BB Turquoise

📋 copy color: '#57F9BB'

red 87 ◦ green 249 ◦ blue 187

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

Shades of Turquoise #57F9BB

Tints of Turquoise #57F9BB

RGB

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

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

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

R = 16.63%
G = 47.61%
B = 35.76%

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

#57F9BB (or 0x57F9BB) is known color: Turquoise. HEX triplet: 57, F9 and BB. RGB value is (87,249,187). Sum of RGB (Red+Green+Blue) = 87+249+187=523 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.63% from 523); Green value is 249 (97.66% from 255 or 47.61% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 249 - color contains mainly: green. Hex color #57F9BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F9BB is #A80644. Grayscale: #C1C1C1. Windows color (decimal): -11011653 or 12319063. OLE color: 12319063.

HSL color Cylindrical-coordinate representation of color #57F9BB: hue angle of 157.04º degrees, saturation: 0.93, 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 #57F9BB is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 87 249 187 -
CMYK 0.65 0 0.25 0.02
HSL 157.04º 0.93% 0.66% -
HSV(B) 157.04º 0.65% 0.98% -
XYZ 46.78 73.37 58.71 -
YUV 193.49 124.33 52.04 -
System Red Green Blue C M Y K H S L
Decimal 87 249 187 0.65 0 0.25 0.02 157.04 0.93 0.66
Hex 57 F9 BB 41 0 19 2 9D 5D 42
Octal 127 371 273 101 0 31 2 235 135 102
Binary 1010111 11111001 10111011 1000001 0 11001 10 10011101 1011101 1000010

Color Harmonies of #57F9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57F9BB

Black with #57F9BB

Text Example


Text Example

White with #57F9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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