Html Css Color HEX #57ECEF Turquoise Blue

📋 copy color: '#57ECEF'

red 87 ◦ green 236 ◦ blue 239

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

Shades of Turquoise Blue #57ECEF

Tints of Turquoise Blue #57ECEF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.99%

 BLUE value IS 239 (93.75% from 255) = 42.53%

R = 15.48%
G = 41.99%
B = 42.53%

CMYK

 C value IS 0.64

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#57ECEF (or 0x57ECEF) is known color: Turquoise Blue. HEX triplet: 57, EC and EF. RGB value is (87,236,239). Sum of RGB (Red+Green+Blue) = 87+236+239=562 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.48% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #57ECEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57ECEF is #A81310. Grayscale: #BFBFBF. Windows color (decimal): -11014929 or 15723607. OLE color: 15723607.

HSL color Cylindrical-coordinate representation of color #57ECEF: hue angle of 181.18º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57ECEF is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 87 236 239 -
CMYK 0.64 0.01 0 0.06
HSL 181.18º 0.83% 0.64% -
HSV(B) 181.18º 0.64% 0.94% -
XYZ 49.51 68.25 92.23 -
YUV 191.79 154.64 53.26 -
System Red Green Blue C M Y K H S L
Decimal 87 236 239 0.64 0.01 0 0.06 181.18 0.83 0.64
Hex 57 EC EF 40 1 0 6 B5 53 40
Octal 127 354 357 100 1 0 6 265 123 100
Binary 1010111 11101100 11101111 1000000 1 0 110 10110101 1010011 1000000

Color Harmonies of #57ECEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ECEF

Black with #57ECEF

Text Example


Text Example

White with #57ECEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,236,239); }

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

background-color css

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

 a { background-color: rgb(87,236,239); }

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

border-color css

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

 span { border-color: rgb(87,236,239); }

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