Html Css Color HEX #57E0FC Turquoise Blue

📋 copy color: '#57E0FC'

red 87 ◦ green 224 ◦ blue 252

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

Shades of Turquoise Blue #57E0FC

Tints of Turquoise Blue #57E0FC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.79%

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

R = 15.45%
G = 39.79%
B = 44.76%

CMYK

 C value IS 0.65

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#57E0FC (or 0x57E0FC) is known color: Turquoise Blue. HEX triplet: 57, E0 and FC. RGB value is (87,224,252). Sum of RGB (Red+Green+Blue) = 87+224+252=563 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.45% from 563); Green value is 224 (87.89% from 255 or 39.79% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #57E0FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57E0FC is #A81F03. Grayscale: #B9B9B9. Windows color (decimal): -11017988 or 16572503. OLE color: 16572503.

HSL color Cylindrical-coordinate representation of color #57E0FC: hue angle of 190.18º 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 #57E0FC is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 87 224 252 -
CMYK 0.65 0.11 0 0.01
HSL 190.18º 0.96% 0.66% -
HSV(B) 190.18º 0.65% 0.99% -
XYZ 48.16 62.37 101.6 -
YUV 186.23 165.11 57.22 -
System Red Green Blue C M Y K H S L
Decimal 87 224 252 0.65 0.11 0 0.01 190.18 0.96 0.66
Hex 57 E0 FC 41 B 0 1 BE 60 42
Octal 127 340 374 101 13 0 1 276 140 102
Binary 1010111 11100000 11111100 1000001 1011 0 1 10111110 1100000 1000010

Color Harmonies of #57E0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57E0FC

Black with #57E0FC

Text Example


Text Example

White with #57E0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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