Html Css Color HEX #57ECED Turquoise Blue

📋 copy color: '#57ECED'

red 87 ◦ green 236 ◦ blue 237

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

Shades of Turquoise Blue #57ECED

Tints of Turquoise Blue #57ECED

RGB

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

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

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

R = 15.54%
G = 42.14%
B = 42.32%

CMYK

 C value IS 0.63

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#57ECED (or 0x57ECED) is known color: Turquoise Blue. HEX triplet: 57, EC and ED. RGB value is (87,236,237). Sum of RGB (Red+Green+Blue) = 87+236+237=560 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.54% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #57ECED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57ECED is #A81312. Grayscale: #BFBFBF. Windows color (decimal): -11014931 or 15592535. OLE color: 15592535.

HSL color Cylindrical-coordinate representation of color #57ECED: hue angle of 180.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 #57ECED is Cyan = 0.63, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 87 236 237 -
CMYK 0.63 0.00 0 0.07
HSL 180.4º 0.81% 0.64% -
HSV(B) 180.4º 0.63% 0.93% -
XYZ 49.21 68.13 90.68 -
YUV 191.56 153.64 53.42 -
System Red Green Blue C M Y K H S L
Decimal 87 236 237 0.63 0.00 0 0.07 180.4 0.81 0.64
Hex 57 EC ED 3F 0 0 7 B4 51 40
Octal 127 354 355 77 0 0 7 264 121 100
Binary 1010111 11101100 11101101 111111 0 0 111 10110100 1010001 1000000

Color Harmonies of #57ECED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ECED

Black with #57ECED

Text Example


Text Example

White with #57ECED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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