Html Css Color HEX #57E2FE Turquoise Blue

📋 copy color: '#57E2FE'

red 87 ◦ green 226 ◦ blue 254

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

Shades of Turquoise Blue #57E2FE

Tints of Turquoise Blue #57E2FE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.86%

 BLUE value IS 254 (99.61% from 255) = 44.8%

R = 15.34%
G = 39.86%
B = 44.8%

CMYK

 C value IS 0.66

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#57E2FE (or 0x57E2FE) is known color: Turquoise Blue. HEX triplet: 57, E2 and FE. RGB value is (87,226,254). Sum of RGB (Red+Green+Blue) = 87+226+254=567 (75% of max value = 765). Red value is 87 (34.38% from 255 or 15.34% from 567); Green value is 226 (88.67% from 255 or 39.86% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #57E2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57E2FE is #A81D01. Grayscale: #BBBBBB. Windows color (decimal): -11017474 or 16704087. OLE color: 16704087.

HSL color Cylindrical-coordinate representation of color #57E2FE: hue angle of 190.06º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57E2FE is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 87 226 254 -
CMYK 0.66 0.11 0 0.00
HSL 190.06º 0.99% 0.67% -
HSV(B) 190.06º 0.66% 1% -
XYZ 49.02 63.57 103.45 -
YUV 187.63 165.45 56.22 -
System Red Green Blue C M Y K H S L
Decimal 87 226 254 0.66 0.11 0 0.00 190.06 0.99 0.67
Hex 57 E2 FE 42 B 0 0 BE 63 43
Octal 127 342 376 102 13 0 0 276 143 103
Binary 1010111 11100010 11111110 1000010 1011 0 0 10111110 1100011 1000011

Color Harmonies of #57E2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57E2FE

Black with #57E2FE

Text Example


Text Example

White with #57E2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,226,254); }

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

background-color css

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

 a { background-color: rgb(87,226,254); }

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

border-color css

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

 span { border-color: rgb(87,226,254); }

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