Html Css Color HEX #57EBE9 Turquoise Blue

📋 copy color: '#57EBE9'

red 87 ◦ green 235 ◦ blue 233

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

Shades of Turquoise Blue #57EBE9

Tints of Turquoise Blue #57EBE9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.34%

 BLUE value IS 233 (91.41% from 255) = 41.98%

R = 15.68%
G = 42.34%
B = 41.98%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#57EBE9 (or 0x57EBE9) is known color: Turquoise Blue. HEX triplet: 57, EB and E9. RGB value is (87,235,233). Sum of RGB (Red+Green+Blue) = 87+235+233=555 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.68% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 233 (91.41% from 255 or 41.98% from 555); Max value from RGB is 235 - color contains mainly: green. Hex color #57EBE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57EBE9 is #A81416. Grayscale: #BEBEBE. Windows color (decimal): -11015191 or 15330135. OLE color: 15330135.

HSL color Cylindrical-coordinate representation of color #57EBE9: hue angle of 179.19º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57EBE9 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 87 235 233 -
CMYK 0.63 0 0.01 0.08
HSL 179.19º 0.79% 0.63% -
HSV(B) 179.19º 0.63% 0.92% -
XYZ 48.35 67.33 87.54 -
YUV 190.52 151.97 54.16 -
System Red Green Blue C M Y K H S L
Decimal 87 235 233 0.63 0 0.01 0.08 179.19 0.79 0.63
Hex 57 EB E9 3F 0 1 8 B3 4F 3F
Octal 127 353 351 77 0 1 10 263 117 77
Binary 1010111 11101011 11101001 111111 0 1 1000 10110011 1001111 111111

Color Harmonies of #57EBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EBE9

Black with #57EBE9

Text Example


Text Example

White with #57EBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,235,233); }

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

background-color css

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

 a { background-color: rgb(87,235,233); }

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

border-color css

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

 span { border-color: rgb(87,235,233); }

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