Html Css Color HEX #57E8F9 Turquoise Blue

📋 copy color: '#57E8F9'

red 87 ◦ green 232 ◦ blue 249

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

Shades of Turquoise Blue #57E8F9

Tints of Turquoise Blue #57E8F9

RGB

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

 GREEN value IS 232 (91.02% from 255) = 40.85%

 BLUE value IS 249 (97.66% from 255) = 43.84%

R = 15.32%
G = 40.85%
B = 43.84%

CMYK

 C value IS 0.65

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#57E8F9 (or 0x57E8F9) is known color: Turquoise Blue. HEX triplet: 57, E8 and F9. RGB value is (87,232,249). Sum of RGB (Red+Green+Blue) = 87+232+249=568 (75% of max value = 765). Red value is 87 (34.38% from 255 or 15.32% from 568); Green value is 232 (91.02% from 255 or 40.85% from 568); Blue value is 249 (97.66% from 255 or 43.84% from 568); Max value from RGB is 249 - color contains mainly: blue. Hex color #57E8F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57E8F9 is #A81706. Grayscale: #BEBEBE. Windows color (decimal): -11015943 or 16377943. OLE color: 16377943.

HSL color Cylindrical-coordinate representation of color #57E8F9: hue angle of 186.3º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57E8F9 is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 87 232 249 -
CMYK 0.65 0.07 0 0.02
HSL 186.3º 0.93% 0.66% -
HSV(B) 186.3º 0.65% 0.98% -
XYZ 49.89 66.58 99.84 -
YUV 190.58 160.96 54.12 -
System Red Green Blue C M Y K H S L
Decimal 87 232 249 0.65 0.07 0 0.02 186.3 0.93 0.66
Hex 57 E8 F9 41 7 0 2 BA 5D 42
Octal 127 350 371 101 7 0 2 272 135 102
Binary 1010111 11101000 11111001 1000001 111 0 10 10111010 1011101 1000010

Color Harmonies of #57E8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57E8F9

Black with #57E8F9

Text Example


Text Example

White with #57E8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,232,249); }

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

background-color css

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

 a { background-color: rgb(87,232,249); }

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

border-color css

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

 span { border-color: rgb(87,232,249); }

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