Html Css Color HEX #57E1F1 Turquoise Blue

📋 copy color: '#57E1F1'

red 87 ◦ green 225 ◦ blue 241

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

Shades of Turquoise Blue #57E1F1

Tints of Turquoise Blue #57E1F1

RGB

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

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

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

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

CMYK

 C value IS 0.64

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#57E1F1 (or 0x57E1F1) is known color: Turquoise Blue. HEX triplet: 57, E1 and F1. RGB value is (87,225,241). Sum of RGB (Red+Green+Blue) = 87+225+241=553 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.73% from 553); Green value is 225 (88.28% from 255 or 40.69% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #57E1F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57E1F1 is #A81E0E. Grayscale: #B9B9B9. Windows color (decimal): -11017743 or 15851863. OLE color: 15851863.

HSL color Cylindrical-coordinate representation of color #57E1F1: hue angle of 186.23º 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 #57E1F1 is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 87 225 241 -
CMYK 0.64 0.07 0 0.05
HSL 186.23º 0.85% 0.64% -
HSV(B) 186.23º 0.64% 0.95% -
XYZ 46.73 62.23 92.77 -
YUV 185.56 159.28 57.7 -
System Red Green Blue C M Y K H S L
Decimal 87 225 241 0.64 0.07 0 0.05 186.23 0.85 0.64
Hex 57 E1 F1 40 7 0 5 BA 55 40
Octal 127 341 361 100 7 0 5 272 125 100
Binary 1010111 11100001 11110001 1000000 111 0 101 10111010 1010101 1000000

Color Harmonies of #57E1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57E1F1

Black with #57E1F1

Text Example


Text Example

White with #57E1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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