Html Css Color HEX #57ECF1 Turquoise Blue

📋 copy color: '#57ECF1'

red 87 ◦ green 236 ◦ blue 241

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

Shades of Turquoise Blue #57ECF1

Tints of Turquoise Blue #57ECF1

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.84%

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

R = 15.43%
G = 41.84%
B = 42.73%

CMYK

 C value IS 0.64

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#57ECF1 (or 0x57ECF1) is known color: Turquoise Blue. HEX triplet: 57, EC and F1. RGB value is (87,236,241). Sum of RGB (Red+Green+Blue) = 87+236+241=564 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.43% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #57ECF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57ECF1 is #A8130E. Grayscale: #BFBFBF. Windows color (decimal): -11014927 or 15854679. OLE color: 15854679.

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

Color convert

RGB 87 236 241 -
CMYK 0.64 0.02 0 0.05
HSL 181.95º 0.85% 0.64% -
HSV(B) 181.95º 0.64% 0.95% -
XYZ 49.8 68.37 93.79 -
YUV 192.02 155.64 53.09 -
System Red Green Blue C M Y K H S L
Decimal 87 236 241 0.64 0.02 0 0.05 181.95 0.85 0.64
Hex 57 EC F1 40 2 0 5 B6 55 40
Octal 127 354 361 100 2 0 5 266 125 100
Binary 1010111 11101100 11110001 1000000 10 0 101 10110110 1010101 1000000

Color Harmonies of #57ECF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ECF1

Black with #57ECF1

Text Example


Text Example

White with #57ECF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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