Html Css Color HEX #57E3FE Turquoise Blue

📋 copy color: '#57E3FE'

red 87 ◦ green 227 ◦ blue 254

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

Shades of Turquoise Blue #57E3FE

Tints of Turquoise Blue #57E3FE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.96%

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

R = 15.32%
G = 39.96%
B = 44.72%

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

#57E3FE (or 0x57E3FE) is known color: Turquoise Blue. HEX triplet: 57, E3 and FE. RGB value is (87,227,254). Sum of RGB (Red+Green+Blue) = 87+227+254=568 (75% of max value = 765). Red value is 87 (34.38% from 255 or 15.32% from 568); Green value is 227 (89.06% from 255 or 39.96% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #57E3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57E3FE is #A81C01. Grayscale: #BBBBBB. Windows color (decimal): -11017218 or 16704343. OLE color: 16704343.

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

Color convert

RGB 87 227 254 -
CMYK 0.66 0.11 0 0.00
HSL 189.7º 0.99% 0.67% -
HSV(B) 189.7º 0.66% 1% -
XYZ 49.29 64.12 103.54 -
YUV 188.22 165.12 55.8 -
System Red Green Blue C M Y K H S L
Decimal 87 227 254 0.66 0.11 0 0.00 189.7 0.99 0.67
Hex 57 E3 FE 42 B 0 0 BE 63 43
Octal 127 343 376 102 13 0 0 276 143 103
Binary 1010111 11100011 11111110 1000010 1011 0 0 10111110 1100011 1000011

Color Harmonies of #57E3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57E3FE

Black with #57E3FE

Text Example


Text Example

White with #57E3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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