Html Css Color HEX #56ECED Turquoise Blue

📋 copy color: '#56ECED'

red 86 ◦ green 236 ◦ blue 237

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

Shades of Turquoise Blue #56ECED

Tints of Turquoise Blue #56ECED

RGB

 RED value IS 86 (33.98% from 255) = 15.38%

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

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

R = 15.38%
G = 42.22%
B = 42.4%

CMYK

 C value IS 0.64

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#56ECED (or 0x56ECED) is known color: Turquoise Blue. HEX triplet: 56, EC and ED. RGB value is (86,236,237). Sum of RGB (Red+Green+Blue) = 86+236+237=559 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.38% from 559); Green value is 236 (92.58% from 255 or 42.22% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #56ECED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56ECED is #A91312. Grayscale: #BFBFBF. Windows color (decimal): -11080467 or 15592534. OLE color: 15592534.

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

Color convert

RGB 86 236 237 -
CMYK 0.64 0.00 0 0.07
HSL 180.4º 0.81% 0.63% -
HSV(B) 180.4º 0.64% 0.93% -
XYZ 49.12 68.08 90.67 -
YUV 191.26 153.81 52.92 -
System Red Green Blue C M Y K H S L
Decimal 86 236 237 0.64 0.00 0 0.07 180.4 0.81 0.63
Hex 56 EC ED 40 0 0 7 B4 51 3F
Octal 126 354 355 100 0 0 7 264 121 77
Binary 1010110 11101100 11101101 1000000 0 0 111 10110100 1010001 111111

Color Harmonies of #56ECED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56ECED

Black with #56ECED

Text Example


Text Example

White with #56ECED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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