Html Css Color HEX #57E8FC Turquoise Blue

📋 copy color: '#57E8FC'

red 87 ◦ green 232 ◦ blue 252

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

Shades of Turquoise Blue #57E8FC

Tints of Turquoise Blue #57E8FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.13%

R = 15.24%
G = 40.63%
B = 44.13%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#57E8FC (or 0x57E8FC) is known color: Turquoise Blue. HEX triplet: 57, E8 and FC. RGB value is (87,232,252). Sum of RGB (Red+Green+Blue) = 87+232+252=571 (75% of max value = 765). Red value is 87 (34.38% from 255 or 15.24% from 571); Green value is 232 (91.02% from 255 or 40.63% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #57E8FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57E8FC is #A81703. Grayscale: #BEBEBE. Windows color (decimal): -11015940 or 16574551. OLE color: 16574551.

HSL color Cylindrical-coordinate representation of color #57E8FC: hue angle of 187.27º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57E8FC is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 87 232 252 -
CMYK 0.65 0.08 0 0.01
HSL 187.27º 0.96% 0.66% -
HSV(B) 187.27º 0.65% 0.99% -
XYZ 50.36 66.77 102.33 -
YUV 190.93 162.46 53.87 -
System Red Green Blue C M Y K H S L
Decimal 87 232 252 0.65 0.08 0 0.01 187.27 0.96 0.66
Hex 57 E8 FC 41 8 0 1 BB 60 42
Octal 127 350 374 101 10 0 1 273 140 102
Binary 1010111 11101000 11111100 1000001 1000 0 1 10111011 1100000 1000010

Color Harmonies of #57E8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57E8FC

Black with #57E8FC

Text Example


Text Example

White with #57E8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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