Html Css Color HEX #56E7EC Turquoise Blue

📋 copy color: '#56E7EC'

red 86 ◦ green 231 ◦ blue 236

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

Shades of Turquoise Blue #56E7EC

Tints of Turquoise Blue #56E7EC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.77%

 BLUE value IS 236 (92.58% from 255) = 42.68%

R = 15.55%
G = 41.77%
B = 42.68%

CMYK

 C value IS 0.64

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#56E7EC (or 0x56E7EC) is known color: Turquoise Blue. HEX triplet: 56, E7 and EC. RGB value is (86,231,236). Sum of RGB (Red+Green+Blue) = 86+231+236=553 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.55% from 553); Green value is 231 (90.62% from 255 or 41.77% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #56E7EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56E7EC is #A91813. Grayscale: #BCBCBC. Windows color (decimal): -11081748 or 15525718. OLE color: 15525718.

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

Color convert

RGB 86 231 236 -
CMYK 0.64 0.02 0 0.07
HSL 182º 0.8% 0.63% -
HSV(B) 182º 0.64% 0.93% -
XYZ 47.55 65.19 89.43 -
YUV 188.22 154.96 55.09 -
System Red Green Blue C M Y K H S L
Decimal 86 231 236 0.64 0.02 0 0.07 182 0.8 0.63
Hex 56 E7 EC 40 2 0 7 B6 50 3F
Octal 126 347 354 100 2 0 7 266 120 77
Binary 1010110 11100111 11101100 1000000 10 0 111 10110110 1010000 111111

Color Harmonies of #56E7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56E7EC

Black with #56E7EC

Text Example


Text Example

White with #56E7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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