Html Css Color HEX #56ECF1 Turquoise Blue

📋 copy color: '#56ECF1'

red 86 ◦ green 236 ◦ blue 241

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

Shades of Turquoise Blue #56ECF1

Tints of Turquoise Blue #56ECF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.81%

R = 15.28%
G = 41.92%
B = 42.81%

CMYK

 C value IS 0.64

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#56ECF1 (or 0x56ECF1) is known color: Turquoise Blue. HEX triplet: 56, EC and F1. RGB value is (86,236,241). Sum of RGB (Red+Green+Blue) = 86+236+241=563 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.28% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #56ECF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56ECF1 is #A9130E. Grayscale: #BFBFBF. Windows color (decimal): -11080463 or 15854678. OLE color: 15854678.

HSL color Cylindrical-coordinate representation of color #56ECF1: hue angle of 181.94º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56ECF1 is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 86 236 241 -
CMYK 0.64 0.02 0 0.05
HSL 181.94º 0.85% 0.64% -
HSV(B) 181.94º 0.64% 0.95% -
XYZ 49.71 68.32 93.79 -
YUV 191.72 155.81 52.59 -
System Red Green Blue C M Y K H S L
Decimal 86 236 241 0.64 0.02 0 0.05 181.94 0.85 0.64
Hex 56 EC F1 40 2 0 5 B6 55 40
Octal 126 354 361 100 2 0 5 266 125 100
Binary 1010110 11101100 11110001 1000000 10 0 101 10110110 1010101 1000000

Color Harmonies of #56ECF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56ECF1

Black with #56ECF1

Text Example


Text Example

White with #56ECF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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