Html Css Color HEX #56ECF2 Turquoise Blue

📋 copy color: '#56ECF2'

red 86 ◦ green 236 ◦ blue 242

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

Shades of Turquoise Blue #56ECF2

Tints of Turquoise Blue #56ECF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.91%

R = 15.25%
G = 41.84%
B = 42.91%

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

#56ECF2 (or 0x56ECF2) is known color: Turquoise Blue. HEX triplet: 56, EC and F2. RGB value is (86,236,242). Sum of RGB (Red+Green+Blue) = 86+236+242=564 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.25% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 242 (94.92% from 255 or 42.91% from 564); Max value from RGB is 242 - color contains mainly: blue. Hex color #56ECF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56ECF2 is #A9130D. Grayscale: #BFBFBF. Windows color (decimal): -11080462 or 15920214. OLE color: 15920214.

HSL color Cylindrical-coordinate representation of color #56ECF2: hue angle of 182.31º degrees, saturation: 0.86, 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 #56ECF2 is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 86 236 242 -
CMYK 0.64 0.02 0 0.05
HSL 182.31º 0.86% 0.64% -
HSV(B) 182.31º 0.64% 0.95% -
XYZ 49.86 68.38 94.58 -
YUV 191.83 156.31 52.51 -
System Red Green Blue C M Y K H S L
Decimal 86 236 242 0.64 0.02 0 0.05 182.31 0.86 0.64
Hex 56 EC F2 40 2 0 5 B6 56 40
Octal 126 354 362 100 2 0 5 266 126 100
Binary 1010110 11101100 11110010 1000000 10 0 101 10110110 1010110 1000000

Color Harmonies of #56ECF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56ECF2

Black with #56ECF2

Text Example


Text Example

White with #56ECF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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