Html Css Color HEX #57EBF8 Turquoise Blue

📋 copy color: '#57EBF8'

red 87 ◦ green 235 ◦ blue 248

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

Shades of Turquoise Blue #57EBF8

Tints of Turquoise Blue #57EBF8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.23%

 BLUE value IS 248 (97.27% from 255) = 43.51%

R = 15.26%
G = 41.23%
B = 43.51%

CMYK

 C value IS 0.65

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#57EBF8 (or 0x57EBF8) is known color: Turquoise Blue. HEX triplet: 57, EB and F8. RGB value is (87,235,248). Sum of RGB (Red+Green+Blue) = 87+235+248=570 (75% of max value = 765). Red value is 87 (34.38% from 255 or 15.26% from 570); Green value is 235 (92.19% from 255 or 41.23% from 570); Blue value is 248 (97.27% from 255 or 43.51% from 570); Max value from RGB is 248 - color contains mainly: blue. Hex color #57EBF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57EBF8 is #A81407. Grayscale: #C0C0C0. Windows color (decimal): -11015176 or 16313175. OLE color: 16313175.

HSL color Cylindrical-coordinate representation of color #57EBF8: hue angle of 184.84º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57EBF8 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 87 235 248 -
CMYK 0.65 0.05 0 0.03
HSL 184.84º 0.92% 0.66% -
HSV(B) 184.84º 0.65% 0.97% -
XYZ 50.58 68.22 99.31 -
YUV 192.23 159.47 52.94 -
System Red Green Blue C M Y K H S L
Decimal 87 235 248 0.65 0.05 0 0.03 184.84 0.92 0.66
Hex 57 EB F8 41 5 0 3 B9 5C 42
Octal 127 353 370 101 5 0 3 271 134 102
Binary 1010111 11101011 11111000 1000001 101 0 11 10111001 1011100 1000010

Color Harmonies of #57EBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EBF8

Black with #57EBF8

Text Example


Text Example

White with #57EBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,235,248); }

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

background-color css

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

 a { background-color: rgb(87,235,248); }

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

border-color css

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

 span { border-color: rgb(87,235,248); }

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