Html Css Color HEX #57E8FB Turquoise Blue

📋 copy color: '#57E8FB'

red 87 ◦ green 232 ◦ blue 251

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

Shades of Turquoise Blue #57E8FB

Tints of Turquoise Blue #57E8FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.04%

R = 15.26%
G = 40.7%
B = 44.04%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#57E8FB (or 0x57E8FB) is known color: Turquoise Blue. HEX triplet: 57, E8 and FB. RGB value is (87,232,251). Sum of RGB (Red+Green+Blue) = 87+232+251=570 (75% of max value = 765). Red value is 87 (34.38% from 255 or 15.26% from 570); Green value is 232 (91.02% from 255 or 40.70% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #57E8FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57E8FB is #A81704. Grayscale: #BEBEBE. Windows color (decimal): -11015941 or 16509015. OLE color: 16509015.

HSL color Cylindrical-coordinate representation of color #57E8FB: hue angle of 186.95º degrees, saturation: 0.95, 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 #57E8FB is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 87 232 251 -
CMYK 0.65 0.08 0 0.02
HSL 186.95º 0.95% 0.66% -
HSV(B) 186.95º 0.65% 0.98% -
XYZ 50.2 66.7 101.5 -
YUV 190.81 161.96 53.96 -
System Red Green Blue C M Y K H S L
Decimal 87 232 251 0.65 0.08 0 0.02 186.95 0.95 0.66
Hex 57 E8 FB 41 8 0 2 BB 5F 42
Octal 127 350 373 101 10 0 2 273 137 102
Binary 1010111 11101000 11111011 1000001 1000 0 10 10111011 1011111 1000010

Color Harmonies of #57E8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57E8FB

Black with #57E8FB

Text Example


Text Example

White with #57E8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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