Html Css Color HEX #57F1E1 Turquoise

📋 copy color: '#57F1E1'

red 87 ◦ green 241 ◦ blue 225

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

Shades of Turquoise #57F1E1

Tints of Turquoise #57F1E1

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.58%

 BLUE value IS 225 (88.28% from 255) = 40.69%

R = 15.73%
G = 43.58%
B = 40.69%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#57F1E1 (or 0x57F1E1) is known color: Turquoise. HEX triplet: 57, F1 and E1. RGB value is (87,241,225). Sum of RGB (Red+Green+Blue) = 87+241+225=553 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.73% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 225 (88.28% from 255 or 40.69% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #57F1E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F1E1 is #A80E1E. Grayscale: #C1C1C1. Windows color (decimal): -11013663 or 14807383. OLE color: 14807383.

HSL color Cylindrical-coordinate representation of color #57F1E1: hue angle of 173.77º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57F1E1 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 87 241 225 -
CMYK 0.64 0 0.07 0.05
HSL 173.77º 0.85% 0.64% -
HSV(B) 173.77º 0.64% 0.95% -
XYZ 48.98 70.37 82.24 -
YUV 193.13 145.98 52.3 -
System Red Green Blue C M Y K H S L
Decimal 87 241 225 0.64 0 0.07 0.05 173.77 0.85 0.64
Hex 57 F1 E1 40 0 7 5 AE 55 40
Octal 127 361 341 100 0 7 5 256 125 100
Binary 1010111 11110001 11100001 1000000 0 111 101 10101110 1010101 1000000

Color Harmonies of #57F1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57F1E1

Black with #57F1E1

Text Example


Text Example

White with #57F1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,241,225); }

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

background-color css

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

 a { background-color: rgb(87,241,225); }

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

border-color css

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

 span { border-color: rgb(87,241,225); }

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