Html Css Color HEX #57E7ED Turquoise Blue

📋 copy color: '#57E7ED'

red 87 ◦ green 231 ◦ blue 237

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

Shades of Turquoise Blue #57E7ED

Tints of Turquoise Blue #57E7ED

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.62%

 BLUE value IS 237 (92.97% from 255) = 42.7%

R = 15.68%
G = 41.62%
B = 42.7%

CMYK

 C value IS 0.63

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#57E7ED (or 0x57E7ED) is known color: Turquoise Blue. HEX triplet: 57, E7 and ED. RGB value is (87,231,237). Sum of RGB (Red+Green+Blue) = 87+231+237=555 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.68% from 555); Green value is 231 (90.62% from 255 or 41.62% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #57E7ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57E7ED is #A81812. Grayscale: #BCBCBC. Windows color (decimal): -11016211 or 15591255. OLE color: 15591255.

HSL color Cylindrical-coordinate representation of color #57E7ED: hue angle of 182.4º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57E7ED is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 87 231 237 -
CMYK 0.63 0.03 0 0.07
HSL 182.4º 0.81% 0.64% -
HSV(B) 182.4º 0.63% 0.93% -
XYZ 47.79 65.29 90.2 -
YUV 188.63 155.29 55.51 -
System Red Green Blue C M Y K H S L
Decimal 87 231 237 0.63 0.03 0 0.07 182.4 0.81 0.64
Hex 57 E7 ED 3F 3 0 7 B6 51 40
Octal 127 347 355 77 3 0 7 266 121 100
Binary 1010111 11100111 11101101 111111 11 0 111 10110110 1010001 1000000

Color Harmonies of #57E7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57E7ED

Black with #57E7ED

Text Example


Text Example

White with #57E7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,231,237); }

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

background-color css

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

 a { background-color: rgb(87,231,237); }

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

border-color css

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

 span { border-color: rgb(87,231,237); }

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