Html Css Color HEX #57EFBD Turquoise

📋 copy color: '#57EFBD'

red 87 ◦ green 239 ◦ blue 189

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

Shades of Turquoise #57EFBD

Tints of Turquoise #57EFBD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.41%

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

R = 16.89%
G = 46.41%
B = 36.7%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#57EFBD (or 0x57EFBD) is known color: Turquoise. HEX triplet: 57, EF and BD. RGB value is (87,239,189). Sum of RGB (Red+Green+Blue) = 87+239+189=515 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.89% from 515); Green value is 239 (93.75% from 255 or 46.41% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 239 - color contains mainly: green. Hex color #57EFBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EFBD is #A81042. Grayscale: #BBBBBB. Windows color (decimal): -11014211 or 12447575. OLE color: 12447575.

HSL color Cylindrical-coordinate representation of color #57EFBD: hue angle of 160.26º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57EFBD is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 87 239 189 -
CMYK 0.64 0 0.21 0.06
HSL 160.26º 0.83% 0.64% -
HSV(B) 160.26º 0.64% 0.94% -
XYZ 43.98 67.43 58.84 -
YUV 187.85 128.64 56.07 -
System Red Green Blue C M Y K H S L
Decimal 87 239 189 0.64 0 0.21 0.06 160.26 0.83 0.64
Hex 57 EF BD 40 0 15 6 A0 53 40
Octal 127 357 275 100 0 25 6 240 123 100
Binary 1010111 11101111 10111101 1000000 0 10101 110 10100000 1010011 1000000

Color Harmonies of #57EFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EFBD

Black with #57EFBD

Text Example


Text Example

White with #57EFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,239,189); }

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

background-color css

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

 a { background-color: rgb(87,239,189); }

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

border-color css

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

 span { border-color: rgb(87,239,189); }

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